fix: Set operator replica count to 1

This commit is contained in:
SeanOMik 2024-12-22 12:28:40 -05:00
parent 399e7bbfb3
commit 8abec5a524
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964

View file

@ -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