apiVersion: apps/v1 kind: Deployment metadata: labels: name: cilium-olm name: cilium-olm namespace: cilium spec: replicas: 1 selector: matchLabels: name: cilium-olm template: metadata: labels: name: cilium-olm spec: containers: - command: - /usr/local/bin/helm-operator - run - --watches-file=watches.yaml - --enable-leader-election - --leader-election-id=cilium-olm - --zap-devel - --metrics-addr=localhost:8082 - --health-probe-bind-address=localhost:8081 env: - name: WATCH_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: RELATED_IMAGE_CILIUM value: quay.io/cilium/cilium@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4 - name: RELATED_IMAGE_HUBBLE_RELAY value: quay.io/cilium/hubble-relay@sha256:3254aaf85064bc1567e8ce01ad634b6dd269e91858c83be99e47e685d4bb8012 - name: RELATED_IMAGE_CILIUM_OPERATOR value: quay.io/cilium/operator-generic@sha256:819c7281f5a4f25ee1ce2ec4c76b6fbc69a660c68b7825e9580b1813833fa743 - name: RELATED_IMAGE_PREFLIGHT value: quay.io/cilium/cilium@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4 - name: RELATED_IMAGE_CLUSTERMESH value: quay.io/cilium/clustermesh-apiserver@sha256:b353badd255c2ce47eaa8f394ee4cbf70666773d7294bd887693e0c33503dc37 - name: RELATED_IMAGE_CERTGEN value: quay.io/cilium/certgen@sha256:f09fccb919d157fc0a83de20011738192a606250c0ee3238e3610b6cb06c0981 - name: RELATED_IMAGE_HUBBLE_UI_BE value: quay.io/cilium/hubble-ui-backend@sha256:6a396a3674b7d90ff8c408a2e13bc70b7871431bddd63da57afcdeea1d77d27c - name: RELATED_IMAGE_HUBBLE_UI_FE value: quay.io/cilium/hubble-ui@sha256:cc0d4f6f610409707566087895062ac40960d667dd79e4f33a4f0f393758fc1e - name: RELATED_IMAGE_ETCD_OPERATOR value: quay.io/cilium/cilium-etcd-operator@sha256:04b8327f7f992693c2cb483b999041ed8f92efc8e14f2a5f3ab95574a65ea2dc - name: RELATED_IMAGE_NODEINIT value: quay.io/cilium/startup-script@sha256:a1454ca1f93b69ecd2c43482c8e13dc418ae15e28a46009f5934300a20afbdba image: registry.connect.redhat.com/isovalent/cilium-olm@sha256:9ab6be29447125e886300e9258b9a06bedf0a9d87405832aa8b6565ed1ba4215 name: operator ports: - containerPort: 9443 name: https protocol: TCP resources: requests: cpu: 100m memory: 512Mi volumeMounts: - mountPath: /tmp name: tmp hostNetwork: true serviceAccount: cilium-olm terminationGracePeriodSeconds: 10 tolerations: - operator: Exists volumes: - emptyDir: {} name: tmp