Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Nov 20, 2024
1 parent f7bf07b commit 981c872
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ spec:
cert-manager.io/private-key-algorithm: ECDSA
cert-manager.io/private-key-size: "384"
tls:
- hosts:
- &host "hubble.${PUBLIC_DOMAIN}"
- hosts: &host ["hubble.${PUBLIC_DOMAIN}"]
secretName: hubble-tls
className: internal
hosts:
- *host
hosts: *host
operator:
prometheus:
enabled: true
Expand Down

0 comments on commit 981c872

Please sign in to comment.