File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
config/common/group_vars/k8s_cluster Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ck8s_cilium :
2+ # policyEnforcementMode: Determine whether an endpoint accepts traffic from a source or not
3+ #
4+ # Has three options:
5+ # - default: endpoints have unrestricted network access until selected by policy
6+ # - always: policy enforcement is enabled on all endpoints even if no rules select specific endpoints.
7+ # - never: All traffic is allowed from any source (on ingress) or destination (on egress)
8+ policyEnforcementMode : default
9+ # When policyAuditMode is true, no network policy is enforced.
10+ # This feature helps to validate the impact of host policies before enforcing them.
11+ policyAuditMode : false
12+ operator :
13+ unmanagedPodWatcher :
14+ restart : true
15+ monitoring :
16+ enabled : true
17+ installServiceMonitor : false
18+ wireguard :
19+ enabled : true
20+ strictMode : false
21+ hubble :
22+ enabled : true
23+ monitoring :
24+ installServiceMonitor : false
25+ metrics :
26+ - dns
27+ - drop
28+ - tcp
29+ - flow
30+ - icmp
31+ - http
32+ prometheus :
33+ enabled : true
34+ installServiceMonitor : false
35+ envoy :
36+ enabled : false
You can’t perform that action at this time.
0 commit comments