Files
devops-infa/strimzi-operator/strimzi-operator-deployment.yml
2026-04-28 12:42:03 +02:00

25 lines
606 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: strimzi-cluster-operator
namespace: strimzi-operator
spec:
replicas: 1
selector:
matchLabels:
name: strimzi-cluster-operator
template:
metadata:
labels:
name: strimzi-cluster-operator
spec:
serviceAccountName: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
image: quay.io/strimzi/operator:0.50.1
args:
- /opt/strimzi/bin/cluster_operator_run.sh
env:
- name: STRIMZI_NAMESPACE
value: strimzi-operator