| 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-rhel8@sha256:e44074f21e0cca6464e50cb6ff934747e0bd11162ea01d522433a1a1ae116103"
- podSecurityContext:
- enabled: true
- runAsNonRoot: true
- seccompProfile:
- type: RuntimeDefault
- containerSecurityContext:
- enabled: true
- allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- resources:
- requests:
- cpu: 10m
- memory: 50Mi
|