Skip to content

Commit 16a17b2

Browse files
committed
increase subdomain_max_length for stups-test
1 parent 1cd761c commit 16a17b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/config-defaults.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,11 @@ open_sg_ingress_ranges: ""
11331133

11341134
# Each DNS label (subdomain) can be 63 octets or less (https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.4)
11351135
# This custom value sets the subdomain max allowed length taking into consideration the 'cname-' prefix added by external-dns
1136+
{{ if eq .Cluster.Alias "stups-test" }}
1137+
subdomain_max_length: "100"
1138+
{{ else }}
11361139
subdomain_max_length: "57"
1140+
{{ end }}
11371141

11381142
# Network monitoring
11391143
network_monitoring_enabled: "false"

0 commit comments

Comments
 (0)