Skip to content

Commit

Permalink
fix nindent
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker committed Oct 17, 2024
1 parent fc19de6 commit 7ac8e5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/all-in-one/templates/gateway-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ spec:
enabled: false
ingressClass:
enabled: false
service:
annotations:
{{- toYaml $.Values.global.service.annotations | nindent 12 }}
{{- with $.Values.gateway.hostname }}
external-dns.alpha.kubernetes.io/hostname: {{ . }}
external-dns.alpha.kubernetes.io/ttl: '60'
{{- end }}
ports:
websecure:
targetPort: web
Expand Down

0 comments on commit 7ac8e5f

Please sign in to comment.