From f49e2f3594b8044c71ba8c2f6c7fa54d73ded6e6 Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Tue, 14 Jan 2025 10:05:37 -0800 Subject: [PATCH] working on ingress deploy --- chart/templates/web-ing.yaml | 3 ++- ops/production-deploy.tmpl.yaml | 1 - ops/staging-deploy.tmpl.yaml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/chart/templates/web-ing.yaml b/chart/templates/web-ing.yaml index ad58cb4a9..213ce54f0 100644 --- a/chart/templates/web-ing.yaml +++ b/chart/templates/web-ing.yaml @@ -14,6 +14,7 @@ metadata: {{ $key }}: {{ $value | quote }} {{- end }} spec: + ingressClassName: nginx rules: {{- range .Values.ingress.hosts }} - host: {{ . | quote }} @@ -41,4 +42,4 @@ spec: - {{ . | quote }} {{- end }} {{- end }} - {{- end }} \ No newline at end of file + {{- end }} diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index ad5ac1641..e2e46a477 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -21,7 +21,6 @@ ingress: hosts: - dl.atla.com annotations: { - kubernetes.io/ingress.class: "nginx", nginx.ingress.kubernetes.io/proxy-body-size: "0" } tls: diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index e84741048..3aa761a9f 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -21,7 +21,6 @@ ingress: hosts: - dl-staging.atla.com annotations: { - kubernetes.io/ingress.class: "nginx", nginx.ingress.kubernetes.io/proxy-body-size: "0" } tls: @@ -50,4 +49,4 @@ mariadb: enabled: true size: 20Gi secondary: - replicaCount: 0 \ No newline at end of file + replicaCount: 0