@@ -150,12 +150,13 @@ metadata:
150150 description : The NGINX Ingress Operator is a Kubernetes/OpenShift component which
151151 deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
152152 operatorframework.io/suggested-namespace : nginx-ingress
153- operators.operatorframework.io/builder : operator-sdk-v1.24 .0
153+ operators.operatorframework.io/builder : operator-sdk-v1.25 .0
154154 operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
155155 repository : https://github.com/nginxinc/nginx-ingress-helm-operator
156156 support : NGINX Inc.
157157 labels :
158158 operatorframework.io/arch.amd64 : supported
159+ operatorframework.io/arch.arm64 : supported
159160 operatorframework.io/arch.ppc64le : supported
160161 operatorframework.io/arch.s390x : supported
161162 name : nginx-ingress-operator.v1.2.0
@@ -296,6 +297,12 @@ spec:
296297 serviceAccountName : nginx-ingress-operator-controller-manager
297298 deployments :
298299 - label :
300+ app.kubernetes.io/component : manager
301+ app.kubernetes.io/created-by : nginx-ingress-operator
302+ app.kubernetes.io/instance : controller-manager
303+ app.kubernetes.io/managed-by : kustomize
304+ app.kubernetes.io/name : deployment
305+ app.kubernetes.io/part-of : nginx-ingress-operator
299306 control-plane : controller-manager
300307 name : nginx-ingress-operator-controller-manager
301308 spec :
@@ -311,6 +318,22 @@ spec:
311318 labels :
312319 control-plane : controller-manager
313320 spec :
321+ affinity :
322+ nodeAffinity :
323+ requiredDuringSchedulingIgnoredDuringExecution :
324+ nodeSelectorTerms :
325+ - matchExpressions :
326+ - key : kubernetes.io/arch
327+ operator : In
328+ values :
329+ - amd64
330+ - arm64
331+ - ppc64le
332+ - s390x
333+ - key : kubernetes.io/os
334+ operator : In
335+ values :
336+ - linux
314337 containers :
315338 - args :
316339 - --secure-listen-address=0.0.0.0:8443
@@ -368,8 +391,6 @@ spec:
368391 - ALL
369392 securityContext :
370393 runAsNonRoot : true
371- seccompProfile :
372- type : RuntimeDefault
373394 serviceAccountName : nginx-ingress-operator-controller-manager
374395 terminationGracePeriodSeconds : 10
375396 permissions :
0 commit comments