Skip to content

Commit

Permalink
Add the tls to the ingress to fix security issues from the security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Jan 16, 2024
1 parent 10cd626 commit a37e502
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 a37e502

Please sign in to comment.