We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0513ad commit 8977698Copy full SHA for 8977698
src/asset_files/challenge_templates/tcp.yaml.j2
@@ -8,7 +8,7 @@ metadata:
8
app.kubernetes.io/managed-by: rcds
9
# still use separate domain for these, since exposed LoadBalancer services
10
# will all have different ips from each other
11
- external-dns.alpha.kubernetes.io/hostname: "{{ slug }}.{{ domain }}"
+ external-dns.alpha.kubernetes.io/hostname: "{{ chal.name }}.{{ domain }}"
12
13
# aws-specific annotations for lb options
14
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
0 commit comments