Skip to content

Commit

Permalink
Merge pull request #350 from scientist-softserv/i330-add-tls-to-ingress
Browse files Browse the repository at this point in the history
i330-add-tls-to-ingress
  • Loading branch information
aprilrieger authored Jan 17, 2024
2 parents 10cd626 + a37e502 commit a37b026
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,17 @@ extraVolumeMounts: &volMounts
ingress:
enabled: true
hosts:
- host: atla.notch8.cloud
paths:
- path: /
- host: dl.atla.com
paths:
- path: /
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0"
}
tls:
- hosts:
- dl.atla.com
secretName: notch8cloud

extraEnvVars: &envVars
- name: CONFDIR
Expand Down

0 comments on commit a37b026

Please sign in to comment.