diff --git a/chart/templates/web-ing.yaml b/chart/templates/web-ing.yaml index 8c59d9665..ad58cb4a9 100644 --- a/chart/templates/web-ing.yaml +++ b/chart/templates/web-ing.yaml @@ -32,11 +32,13 @@ spec: path: /exhibitions pathType: ImplementationSpecific {{- end }} - {{- if .Values.ingress.tls.secretName }} + {{- if .Values.ingress.tls }} tls: - - secretName: {{ .Values.ingress.tls.secretName }} + {{- range .Values.ingress.tls }} + - secretName: {{ .secretName }} hosts: - {{- range .Values.ingress.tls.hosts }} + {{- range .hosts }} - {{ . | quote }} {{- end }} + {{- end }} {{- end }} \ No newline at end of file diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index b542ca565..df637187f 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -14,18 +14,20 @@ php: shared: storage: size: 20Gi - className: nfs + className: aws-efs ingress: enabled: true hosts: - - atla-omeka-staging.notch8.cloud + - dl-staging.atla.com annotations: { kubernetes.io/ingress.class: "nginx", - nginx.ingress.kubernetes.io/proxy-body-size: "0", - cert-manager.io/cluster-issuer: "letsencrypt-prod" + nginx.ingress.kubernetes.io/proxy-body-size: "0" } - tlsSecretName: atla-omeka-staging-tls + tls: + - hosts: + - dl-staging.atla.com + secretName: notch8cloud env: configmap: