mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
add cilium hubble-ui enable flag (#10939)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user