@@ -150,12 +150,13 @@ metadata:
150
150
description : The NGINX Ingress Operator is a Kubernetes/OpenShift component which
151
151
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
152
152
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
154
154
operators.operatorframework.io/project_layout : helm.sdk.operatorframework.io/v1
155
155
repository : https://github.com/nginxinc/nginx-ingress-helm-operator
156
156
support : NGINX Inc.
157
157
labels :
158
158
operatorframework.io/arch.amd64 : supported
159
+ operatorframework.io/arch.arm64 : supported
159
160
operatorframework.io/arch.ppc64le : supported
160
161
operatorframework.io/arch.s390x : supported
161
162
name : nginx-ingress-operator.v1.2.0
@@ -296,6 +297,12 @@ spec:
296
297
serviceAccountName : nginx-ingress-operator-controller-manager
297
298
deployments :
298
299
- 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
299
306
control-plane : controller-manager
300
307
name : nginx-ingress-operator-controller-manager
301
308
spec :
@@ -311,6 +318,22 @@ spec:
311
318
labels :
312
319
control-plane : controller-manager
313
320
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
314
337
containers :
315
338
- args :
316
339
- --secure-listen-address=0.0.0.0:8443
@@ -368,8 +391,6 @@ spec:
368
391
- ALL
369
392
securityContext :
370
393
runAsNonRoot : true
371
- seccompProfile :
372
- type : RuntimeDefault
373
394
serviceAccountName : nginx-ingress-operator-controller-manager
374
395
terminationGracePeriodSeconds : 10
375
396
permissions :
0 commit comments