mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
add gotify and kuma
This commit is contained in:
parent
f457e7f1d9
commit
1ddfd948a5
3 changed files with 88 additions and 53 deletions
|
|
@ -9,7 +9,6 @@ subsets:
|
|||
- port: 443
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
@ -21,7 +20,6 @@ spec:
|
|||
targetPort: 443
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
|
|
@ -33,7 +31,6 @@ subsets:
|
|||
- port: 443
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
@ -45,7 +42,6 @@ spec:
|
|||
targetPort: 443
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
@ -118,7 +114,6 @@ spec:
|
|||
targetPort: 81
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
|
|
@ -139,6 +134,9 @@ subsets:
|
|||
- name: forgejo
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
- name: kuma
|
||||
port: 3001
|
||||
protocol: TCP
|
||||
- name: freshrss
|
||||
port: 8085
|
||||
protocol: TCP
|
||||
|
|
@ -175,9 +173,11 @@ subsets:
|
|||
- name: smokeping
|
||||
port: 81
|
||||
protocol: TCP
|
||||
- name: gotify
|
||||
port: 8070
|
||||
protocol: TCP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
|
|
@ -197,7 +197,6 @@ subsets:
|
|||
protocol: TCP
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue