updated
This commit is contained in:
parent
e85807b2e6
commit
a57c533b9c
2 changed files with 11 additions and 2 deletions
|
|
@ -39,7 +39,8 @@ operator:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
# Roll out cilium agent pods automatically when ConfigMap is updated.
|
# Roll out cilium agent pods automatically when ConfigMap is updated.
|
||||||
rollOutCiliumPods: true
|
rollOutCiliumPods: true
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -102,3 +103,6 @@ hubble:
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
|
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,8 @@ operator:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
# Roll out cilium agent pods automatically when ConfigMap is updated.
|
# Roll out cilium agent pods automatically when ConfigMap is updated.
|
||||||
rollOutCiliumPods: true
|
rollOutCiliumPods: true
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -101,3 +102,7 @@ hubble:
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
rollOutPods: true
|
rollOutPods: true
|
||||||
|
|
||||||
|
prometheus:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue