This commit is contained in:
2023-08-05 18:02:45 -05:00
parent 6f6872eaba
commit b98b87e4ba
6 changed files with 32 additions and 5 deletions

View File

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

View File

@@ -8,6 +8,7 @@ deployment:
maxReplicas: 10
ingress:
enabled: false
clusterissuer: letsencrypt-production
host: durpapi.durp.info
tls: durpapi-tls