Compare commits
5 commits
19804e9b91
...
3d489e351f
Author | SHA1 | Date | |
---|---|---|---|
3d489e351f | |||
cc6d801733 | |||
ca88592217 | |||
dfaec21240 | |||
f2f23345ef |
2 changed files with 16 additions and 1 deletions
kubernetes/apps
|
@ -34,8 +34,23 @@ spec:
|
|||
enabled: true
|
||||
ui:
|
||||
enabled: true
|
||||
metrics:
|
||||
# enabled: "{dns,drop,tcp,flow,port-distribution,icmp,httpV2:exemplars=true;labelsContext=source_ip,source_namespace,source_workload,destination_ip,destination_namespace,destination_workload,traffic_direction}"
|
||||
enableOpenMetrics: true
|
||||
prometheus:
|
||||
enabled: true
|
||||
operator:
|
||||
prometheus:
|
||||
enabled: true
|
||||
ipam:
|
||||
mode: kubernetes
|
||||
policyEnforcementMode: always # enforce network policies
|
||||
policyAuditMode: true # do not block traffic
|
||||
hostFirewall:
|
||||
enabled: true # enable host policies
|
||||
extraConfig:
|
||||
allow-localhost: policy # enable policies for localhost
|
||||
|
||||
kubeProxyReplacement: true
|
||||
securityContext:
|
||||
capabilities:
|
||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: grafana
|
||||
namespace: flux-system
|
||||
version: 7.0.21
|
||||
version: 7.0.22
|
||||
interval: 30m
|
||||
timeout: 20m
|
||||
maxHistory: 2
|
||||
|
|
Reference in a new issue