Skip to content

Commit

Permalink
Fix monitoring ingress annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jul 31, 2023
1 parent a60ee56 commit 08017bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions applications/monitoring/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ metadata:
name: "chronograf"
labels:
{{- include "monitoring.labels" . | nindent 4 }}
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-dns"
{{- with .Values.ingress.chronograf.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
config:
baseUrl: "https://{{ .Values.ingress.chronograf.hostname }}"
scopes:
anonymous: true # We will use Chronograf auth for now.
template:
metadata:
name: "chronograf"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-dns"
{{- with .Values.ingress.chronograf.annotations }}
{{- toYaml . | nindent 6 }}
{{- end }}
spec:
tls:
- hosts:
Expand Down

0 comments on commit 08017bb

Please sign in to comment.