Skip to content

Commit

Permalink
[BLOCK-2374] update ingress (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra authored Jul 24, 2024
1 parent a988eba commit 3ccf530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/firehose-antelope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions charts/firehose-antelope/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3ccf530

Please sign in to comment.