Automated Manifest Update (#3731)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3731
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3731.
This commit is contained in:
2026-02-05 04:09:43 +00:00
committed by Alex Lebens
parent 76ad93fd52
commit 41664cb970
14 changed files with 106 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ spec:
template:
metadata:
annotations:
cilium.io/cilium-configmap-checksum: "31ad7748e0aefe75b6436d96c8c85754e0b44e68e6012fa188bc5bcd66085828"
cilium.io/cilium-configmap-checksum: "9353df2d60b1fc5f552e5a2b44bb26b18afa3934939b033438f85fb57e1a0b50"
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.18.6@sha256:34a827ce9ed021c8adf8f0feca131f53b3c54a3ef529053d871d0347ec4d69af"
image: "quay.io/cilium/operator-generic:v1.19.0@sha256:5b04006015e5800307dc6314676edc4c0bb7ac2fc7848be2b94b43bb030ab648"
imagePullPolicy: IfNotPresent
command:
- cilium-operator-generic
@@ -63,6 +63,9 @@ spec:
- name: KUBERNETES_SERVICE_PORT
value: "7445"
ports:
- name: health
containerPort: 9234
hostPort: 9234
- name: prometheus
containerPort: 9963
hostPort: 9963
@@ -71,7 +74,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9234
port: health
scheme: HTTP
initialDelaySeconds: 60
periodSeconds: 10
@@ -80,7 +83,7 @@ spec:
httpGet:
host: "127.0.0.1"
path: /healthz
port: 9234
port: health
scheme: HTTP
initialDelaySeconds: 0
periodSeconds: 5