chore: Update manifests after change

This commit is contained in:
2026-02-05 18:27:41 +00:00
parent cdea8999c1
commit 232dc8c839
14 changed files with 57 additions and 106 deletions

View File

@@ -22,7 +22,7 @@ spec:
template:
metadata:
annotations:
cilium.io/cilium-configmap-checksum: "4eee6b83c252f1939319a9a6b7c1f70e207fbd0285735985db7b2470bcfdd91c"
cilium.io/cilium-configmap-checksum: "9f67de7f01bb2bf87c953f3042be7aa5cb195bedc250957e485cd90aeb6c80ea"
labels:
io.cilium/app: operator
name: cilium-operator
@@ -34,7 +34,7 @@ spec:
type: RuntimeDefault
containers:
- name: cilium-operator
image: "quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648"
image: "quay.io/cilium/operator-generic:v1.18.6@sha256:34a827ce9ed021c8adf8f0feca131f53b3c54a3ef529053d871d0347ec4d69af"
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
@@ -63,9 +63,6 @@ spec:
- name: KUBERNETES_SERVICE_PORT
value: "7445"
ports:
- name: health
containerPort: 9234
hostPort: 9234
- name: prometheus
containerPort: 9963
hostPort: 9963
@@ -74,7 +71,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: health
port: 9234
scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 10
@@ -83,7 +80,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: health
port: 9234
scheme: HTTP
initialDelaySeconds: 0
periodSeconds: 5