diff --git a/.helm/templates/network.yaml b/.helm/templates/network.yaml index c395525..b967147 100644 --- a/.helm/templates/network.yaml +++ b/.helm/templates/network.yaml @@ -17,6 +17,7 @@ metadata: name: {{ .Values.app }}-ingress namespace: spearhead-docs annotations: + kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: "letsencrypt-prod" spec: ingressClassName: nginx @@ -43,6 +44,6 @@ spec: # number: {{ .Values.ports.servicePort }} tls: - hosts: - - spearhead.dutchie031.net + - spearhead.dutchie031.com #- spearhead.rocks secretName: spearhead-docs-tls \ No newline at end of file