update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{{ -if .Values.ingress.enabled }}
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
@@ -31,3 +32,4 @@ spec:
|
||||
commonName: {{ .Values.ingress.host }}
|
||||
dnsNames:
|
||||
- {{ .Values.ingress.host }}
|
||||
{{ end }}
|
||||
@@ -8,6 +8,7 @@ deployment:
|
||||
maxReplicas: 10
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
clusterissuer: letsencrypt-production
|
||||
host: durpapi.durp.info
|
||||
tls: durpapi-tls
|
||||
|
||||
Reference in New Issue
Block a user