| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- ---
- plugin:
- name: ""
- description: ""
- image: ""
- imagePullPolicy: IfNotPresent
- 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
|