refactor: extract netflux-homepage

This commit is contained in:
Rob Watson 2025-04-26 17:22:36 +02:00
parent 8fd7f71914
commit 08c64f3f42
5 changed files with 10 additions and 3 deletions

View File

@ -84,9 +84,6 @@ resources:
- statefulset-synapse.yaml - statefulset-synapse.yaml
- svc-synapse.yaml - svc-synapse.yaml
- deploy-netflux-homepage.yaml
- svc-netflux-homepage.yaml
- statefulset-radicale.yaml - statefulset-radicale.yaml
- svc-radicale.yaml - svc-radicale.yaml

View File

@ -11,3 +11,6 @@ resources:
- inflated/metrics-server/templates/service.yaml - inflated/metrics-server/templates/service.yaml
- inflated/metrics-server/templates/clusterrole.yaml - inflated/metrics-server/templates/clusterrole.yaml
- inflated/metrics-server/templates/clusterrolebinding.yaml - inflated/metrics-server/templates/clusterrolebinding.yaml
- deploy-netflux-homepage.yaml
- svc-netflux-homepage.yaml

View File

@ -23,6 +23,13 @@ spec:
name: whoami name: whoami
port: port:
number: 5678 number: 5678
- path: /
pathType: Prefix
backend:
service:
name: netflux-homepage
port:
name: http
tls: tls:
- hosts: - hosts:
- k3s.netflux.io - k3s.netflux.io