Skip to content

Commit 304fb43

Browse files
committed
Update to new nginx-ingress - production cluster
Not yet applied - need to coordinate with DNS change Connected to notch8/dev-ops#1097
1 parent 9c44b09 commit 304fb43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ops/production-deploy.tmpl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ extraVolumeMounts: &volMounts
4545

4646
ingress:
4747
enabled: true
48+
ingressClassName: "nginx-ingress"
4849
hosts:
4950
- host: hykucommons.org
5051
paths:
@@ -55,8 +56,7 @@ ingress:
5556
- path: /
5657
pathType: ImplementationSpecific
5758
annotations: {
58-
kubernetes.io/ingress.class: "nginx",
59-
nginx.ingress.kubernetes.io/proxy-body-size: "0",
59+
nginx.org/client-max-body-size: "0",
6060
cert-manager.io/cluster-issuer: letsencrypt-production-dns
6161
}
6262
tls:

0 commit comments

Comments
 (0)