fix: Set operator replica count to 1
This commit is contained in:
parent
399e7bbfb3
commit
8abec5a524
1 changed files with 6 additions and 1 deletions
|
@ -27,4 +27,9 @@ spec:
|
|||
enableRuntimeDeviceDetection: true
|
||||
externalIPs:
|
||||
enabled: true
|
||||
rollOutCiliumPods: true
|
||||
rollOutCiliumPods: true
|
||||
|
||||
operator:
|
||||
# there's only a single node, and due to requested ports,
|
||||
# only one replica can be deployed at a time
|
||||
replicas: 1
|
Loading…
Add table
Reference in a new issue