commit b73b9cd0ba0c3ce7275299d51dedea176ba8d261 parent 41fa55ce4343b12998e33ed142408e467f0742c0 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 7 Jan 2025 11:39:40 +0100 Add hubble ui Diffstat:
| M | infrastructure/controllers/hubble_ui.yaml | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/infrastructure/controllers/hubble_ui.yaml b/infrastructure/controllers/hubble_ui.yaml @@ -34,6 +34,13 @@ spec: hubble: enabled: false + ui: + # enable Hubble UI + enabled: true + + standalone: + # enable Hubble UI standalone deployment + enabled: true relay: enabled: false @@ -41,10 +48,3 @@ spec: envoy: enabled: false - ui: - # enable Hubble UI - enabled: true - - standalone: - # enable Hubble UI standalone deployment - enabled: true