Skip to content

Commit

Permalink
Expose hubble agent when hubble is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Apr 24, 2021
1 parent 7efc6d6 commit a9cead7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ data:
enable-hubble: "true"
# UNIX domain socket for Hubble server to listen to.
hubble-socket-path: "/var/run/cilium/hubble.sock"
# An additional address for Hubble server to listen to (e.g. ":4244").
hubble-listen-address: ":4244"
hubble-disable-tls: "true"
{{ if .Hubble.Metrics }}
hubble-metrics-server: ":9091"
hubble-metrics:
Expand Down Expand Up @@ -899,7 +902,7 @@ spec:
strategy:
rollingUpdate:
maxUnavailable: 1
type: RollingUpdate
type: RollingUpdate
template:
metadata:
labels:
Expand Down

0 comments on commit a9cead7

Please sign in to comment.