update chart

This commit is contained in:
2023-04-09 16:21:20 -05:00
parent c28c5e1ec1
commit 58f6a47ab0
5 changed files with 27 additions and 23 deletions

View File

@@ -4,10 +4,10 @@ metadata:
name: durpapi-ingress
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-production
cert-manager.io/cluster-issuer: {{ .Values.ingress.clusterissuer }}
spec:
rules:
- host: durpapi.durp.info
- host: {{ .Values.ingress.host }}
http:
paths:
- path: /
@@ -16,8 +16,8 @@ spec:
service:
name: durpapi
port:
number: 8080
number: http
tls:
- hosts:
- durpapi.durp.info
secretName: durpapi-tls
- {{ .Values.ingress.host }}
secretName: {{ .Values.ingress.tls }}