Skip to content

Commit

Permalink
Merge pull request #10 from scientist-softserv/add-staging-deploy
Browse files Browse the repository at this point in the history
add-staging-deploy
  • Loading branch information
aprilrieger authored Jan 17, 2024
2 parents 32eaf36 + 2c31ef6 commit 332a1c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
8 changes: 5 additions & 3 deletions chart/templates/web-ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
12 changes: 7 additions & 5 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 332a1c3

Please sign in to comment.