From 3ccf5307bd960dd870b51d23e6d7e33fd47e4568 Mon Sep 17 00:00:00 2001 From: Duncan Dam <59436522+Duncan-Ultra@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:15:34 +0700 Subject: [PATCH] [BLOCK-2374] update ingress (#16) --- charts/firehose-antelope/Chart.yaml | 2 +- charts/firehose-antelope/templates/ingress.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/firehose-antelope/Chart.yaml b/charts/firehose-antelope/Chart.yaml index eed46a3..396bbfa 100644 --- a/charts/firehose-antelope/Chart.yaml +++ b/charts/firehose-antelope/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.1.0 description: A Helm chart for firehose-antelope components name: firehose-antelope type: application -version: 1.1.1 +version: 1.1.2 dependencies: - name: reader-node diff --git a/charts/firehose-antelope/templates/ingress.yaml b/charts/firehose-antelope/templates/ingress.yaml index 247e96f..693f810 100644 --- a/charts/firehose-antelope/templates/ingress.yaml +++ b/charts/firehose-antelope/templates/ingress.yaml @@ -12,8 +12,6 @@ metadata: labels: {{- include "firehose-antelope.labels" . | nindent 4 }} annotations: - kubernetes.io/ingress.global-static-ip-name: ingress-{{ .Release.Namespace }} - cert-manager.io/cluster-issuer: letsencrypt-prod-dns {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 4 }} {{- end }}