| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- ---
- plugin:
- name: ""
- description: ""
- image: ""
- imagePullPolicy: IfNotPresent
- imagePullSecrets: []
- replicas: 2
- port: 9443
- securityContext:
- enabled: true
- podSecurityContext:
- enabled: true
- runAsNonRoot: true
- seccompProfile:
- type: RuntimeDefault
- containerSecurityContext:
- enabled: true
- allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- resources:
- requests:
- cpu: 10m
- memory: 50Mi
- basePath: /
- certificateSecretName: ""
- serviceAccount:
- create: true
- annotations: {}
- name: ""
- patcherServiceAccount:
- create: true
- annotations: {}
- name: ""
- jobs:
- patchConsoles:
- enabled: true
- image: "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ee65b244fc94d5765514c604dc0a288517dcdce68de65128d047622b6b30a618"
- podSecurityContext:
- enabled: true
- runAsNonRoot: true
- seccompProfile:
- type: RuntimeDefault
- containerSecurityContext:
- enabled: true
- allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- resources:
- requests:
- cpu: 10m
- memory: 50Mi
|