Skip to content

Commit

Permalink
remove the need for us to manage the cert
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Apr 18, 2024
1 parent 5fd0134 commit a624796
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,8 @@ ingress:
- path: /
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0",
cert-manager.io/cluster-issuer: letsencrypt-production-dns
nginx.ingress.kubernetes.io/proxy-body-size: "0"
}
tls:
- hosts:
- ir-staging.atla.com
- "*.ir-staging.atla.com"
secretName: atla-hyku-staging-tls

extraEnvVars: &envVars
- name: CONFDIR
Expand Down

0 comments on commit a624796

Please sign in to comment.