Skip to content

Commit

Permalink
maybe this way
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent af395a2 commit ce2a297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ spec:
external-dns.alpha.kubernetes.io/target: "ingress.${SECRET_DOMAIN}"
external-dns.alpha.kubernetes.io/hostname: "hubble.monitoring.${SECRET_DOMAIN}"
hosts:
- &host "hubble.monitoring.${SECRET_DOMAIN}"
- "hubble.monitoring.${SECRET_DOMAIN}"
tls:
- hosts:
- *host
- hubble.monitoring.${SECRET_DOMAIN}
ipam:
mode: kubernetes
k8sServiceHost: "${KUBE_VIP_ADDR}"
Expand Down

0 comments on commit ce2a297

Please sign in to comment.