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.defaultConfigmap -}}
apiVersion: v1
kind: ConfigMap
metadata:
@ -54,4 +55,5 @@ data:
loadBalancer:
servers:
- url: http://phantomtest-auth.phantomtest.svc.cluster.local:8080/
{{- end }}
{{- end }}

View File

@ -431,6 +431,7 @@ ingress:
# traefikproxy deployment configuration
traefikproxy:
enabled: true
defaultConfigmap: true
name: traefik
# traefik container configuration
traefik: