add cilium hubble-ui enable flag (#10939)

This commit is contained in:
peterw
2024-10-01 06:53:49 +01:00
committed by GitHub
parent 1ccf0df540
commit 6b499186b0
7 changed files with 15 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ spec:
{% endif -%}
targetPort: 4245
---
{% if cilium_enable_hubble_ui %}
# Source: cilium/templates/hubble-ui-service.yaml
kind: Service
apiVersion: v1
@@ -85,6 +86,7 @@ spec:
targetPort: 8081
type: ClusterIP
---
{% endif %}
# Source: cilium/templates/hubble/peer-service.yaml
apiVersion: v1
kind: Service