mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-24 07:23:10 -05:00
configure defaultConfigmap
This commit is contained in:
parent
cfafe12c82
commit
c5c0de5493
@ -1,4 +1,5 @@
|
|||||||
{{- if .Values.traefikproxy.enabled -}}
|
{{- if .Values.traefikproxy.enabled -}}
|
||||||
|
{{- if .Values.traefikproxy.defaultConfigmap -}}
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
@ -54,4 +55,5 @@ data:
|
|||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/
|
- url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -431,6 +431,7 @@ ingress:
|
|||||||
# traefikproxy deployment configuration
|
# traefikproxy deployment configuration
|
||||||
traefikproxy:
|
traefikproxy:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
defaultConfigmap: true
|
||||||
name: traefik
|
name: traefik
|
||||||
# traefik container configuration
|
# traefik container configuration
|
||||||
traefik:
|
traefik:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user