mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
19714a2bf2
commit
66c606b0b7
1 changed files with 4 additions and 4 deletions
|
|
@ -15,18 +15,18 @@ spec:
|
|||
- name: "{{ .Chart.Name }}-service"
|
||||
port: 8080
|
||||
tls:
|
||||
secretName: {{ .Values.ingress.tls }}
|
||||
secretName: durpapi-tls
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: {{ .Values.ingress.tls }}
|
||||
name: durpapi-tls
|
||||
spec:
|
||||
secretName: {{ .Values.ingress.tls }}
|
||||
secretName: durpapi-tls
|
||||
issuerRef:
|
||||
name: {{ .Values.ingress.clusterissuer }}
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: api.durp.info
|
||||
dnsNames:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue