|
| 1 | +apiVersion: apps/v1 |
| 2 | +kind: Deployment |
| 3 | +metadata: |
| 4 | + labels: |
| 5 | + name: cilium-olm |
| 6 | + name: cilium-olm |
| 7 | + namespace: cilium |
| 8 | +spec: |
| 9 | + replicas: 1 |
| 10 | + selector: |
| 11 | + matchLabels: |
| 12 | + name: cilium-olm |
| 13 | + template: |
| 14 | + metadata: |
| 15 | + labels: |
| 16 | + name: cilium-olm |
| 17 | + spec: |
| 18 | + containers: |
| 19 | + - command: |
| 20 | + - /usr/local/bin/helm-operator |
| 21 | + - run |
| 22 | + - --watches-file=watches.yaml |
| 23 | + - --enable-leader-election |
| 24 | + - --leader-election-id=cilium-olm |
| 25 | + - --zap-devel |
| 26 | + - --metrics-addr=localhost:8082 |
| 27 | + - --health-probe-bind-address=localhost:8081 |
| 28 | + env: |
| 29 | + - name: WATCH_NAMESPACE |
| 30 | + valueFrom: |
| 31 | + fieldRef: |
| 32 | + fieldPath: metadata.namespace |
| 33 | + - name: RELATED_IMAGE_CILIUM |
| 34 | + value: quay.io/cilium/cilium@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4 |
| 35 | + - name: RELATED_IMAGE_HUBBLE_RELAY |
| 36 | + value: quay.io/cilium/hubble-relay@sha256:3254aaf85064bc1567e8ce01ad634b6dd269e91858c83be99e47e685d4bb8012 |
| 37 | + - name: RELATED_IMAGE_CILIUM_OPERATOR |
| 38 | + value: quay.io/cilium/operator-generic@sha256:819c7281f5a4f25ee1ce2ec4c76b6fbc69a660c68b7825e9580b1813833fa743 |
| 39 | + - name: RELATED_IMAGE_PREFLIGHT |
| 40 | + value: quay.io/cilium/cilium@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4 |
| 41 | + - name: RELATED_IMAGE_CLUSTERMESH |
| 42 | + value: quay.io/cilium/clustermesh-apiserver@sha256:b353badd255c2ce47eaa8f394ee4cbf70666773d7294bd887693e0c33503dc37 |
| 43 | + - name: RELATED_IMAGE_CERTGEN |
| 44 | + value: quay.io/cilium/certgen@sha256:f09fccb919d157fc0a83de20011738192a606250c0ee3238e3610b6cb06c0981 |
| 45 | + - name: RELATED_IMAGE_HUBBLE_UI_BE |
| 46 | + value: quay.io/cilium/hubble-ui-backend@sha256:6a396a3674b7d90ff8c408a2e13bc70b7871431bddd63da57afcdeea1d77d27c |
| 47 | + - name: RELATED_IMAGE_HUBBLE_UI_FE |
| 48 | + value: quay.io/cilium/hubble-ui@sha256:cc0d4f6f610409707566087895062ac40960d667dd79e4f33a4f0f393758fc1e |
| 49 | + - name: RELATED_IMAGE_ETCD_OPERATOR |
| 50 | + value: quay.io/cilium/cilium-etcd-operator@sha256:04b8327f7f992693c2cb483b999041ed8f92efc8e14f2a5f3ab95574a65ea2dc |
| 51 | + - name: RELATED_IMAGE_NODEINIT |
| 52 | + value: quay.io/cilium/startup-script@sha256:a1454ca1f93b69ecd2c43482c8e13dc418ae15e28a46009f5934300a20afbdba |
| 53 | + - name: RELATED_IMAGE_CLUSTERMESH_ETCD |
| 54 | + value: null@null |
| 55 | + image: registry.connect.redhat.com/isovalent/cilium-olm:262bc76a8812ded7601c52acedfb1ea9cfe9f198-v1.15.1 |
| 56 | + name: operator |
| 57 | + ports: |
| 58 | + - containerPort: 9443 |
| 59 | + name: https |
| 60 | + protocol: TCP |
| 61 | + resources: |
| 62 | + requests: |
| 63 | + cpu: 100m |
| 64 | + memory: 512Mi |
| 65 | + volumeMounts: |
| 66 | + - mountPath: /tmp |
| 67 | + name: tmp |
| 68 | + hostNetwork: true |
| 69 | + serviceAccount: cilium-olm |
| 70 | + terminationGracePeriodSeconds: 10 |
| 71 | + tolerations: |
| 72 | + - operator: Exists |
| 73 | + volumes: |
| 74 | + - emptyDir: {} |
| 75 | + name: tmp |
0 commit comments