Skip to content

Commit

Permalink
Change chart ingress DNS record TTL from 5 mins to 2 mins (#12158)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Feb 27, 2024
1 parent 2ca09c2 commit 3666e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/chainlink-cluster/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
alb.ingress.kubernetes.io/group.name: {{ $.Values.ingress.annotation_group_name | quote }}
alb.ingress.kubernetes.io/scheme: internal
alb.ingress.kubernetes.io/target-type: ip
external-dns.alpha.kubernetes.io/ttl: "120"
{{- if .Values.ingress.extra_annotations }}
{{- range $key, $value := .Values.ingress.extra_annotations }}
{{ $key }}: {{ $value | quote }}
Expand Down

0 comments on commit 3666e4d

Please sign in to comment.