configure defaultConfigmap

This commit is contained in:
Arlan Lloyd 2025-04-10 20:36:53 +00:00 committed by Zoe Roux
parent cfafe12c82
commit c5c0de5493
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -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:
@ -55,3 +56,4 @@ data:
servers: servers:
- url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/ - url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/
{{- end }} {{- end }}
{{- end }}

View File

@ -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: