Skip to content

Commit

Permalink
Merge pull request #16970 from rifelpet/revert-cilium-tls
Browse files Browse the repository at this point in the history
Revert 1.30 Cherrypick "correct hubble tls file names as ..."
  • Loading branch information
k8s-ci-robot authored Dec 2, 2024
2 parents b73248f + 56d14e7 commit 24d8fec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
version: 9.99.0
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.15.yaml
manifestHash: 4e4fac09787584805b01dd37d1a349d1f047e94b0f7170a239520a4e152b820f
manifestHash: 3fdb869ea26ce50ae6db32e1b997749f18cbb30ebf31468f2c5da2c692681a54
name: networking.cilium.io
needsPKI: true
needsRollingUpdate: all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ data:
hubble-metrics: drop
hubble-metrics-server: :9091
hubble-socket-path: /var/run/cilium/hubble.sock
hubble-tls-cert-file: /var/lib/cilium/tls/hubble/server.crt
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/client-ca.crt
hubble-tls-key-file: /var/lib/cilium/tls/hubble/server.key
hubble-tls-cert-file: /var/lib/cilium/tls/hubble/tls.crt
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/ca.crt
hubble-tls-key-file: /var/lib/cilium/tls/hubble/tls.key
identity-allocation-mode: crd
identity-change-grace-period: 5s
ingress-default-lb-mode: dedicated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ data:
# An additional address for Hubble server to listen to (e.g. ":4244").
hubble-listen-address: ":4244"
hubble-disable-tls: "false"
hubble-tls-cert-file: /var/lib/cilium/tls/hubble/server.crt
hubble-tls-key-file: /var/lib/cilium/tls/hubble/server.key
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/client-ca.crt
hubble-tls-cert-file: /var/lib/cilium/tls/hubble/tls.crt
hubble-tls-key-file: /var/lib/cilium/tls/hubble/tls.key
hubble-tls-client-ca-files: /var/lib/cilium/tls/hubble/ca.crt
{{ if .Hubble.Metrics }}
hubble-metrics-server: ":9091"
hubble-metrics:
Expand Down

0 comments on commit 24d8fec

Please sign in to comment.