refactor: extract netflux-homepage
This commit is contained in:
parent
8fd7f71914
commit
08c64f3f42
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user