| 12345678910111213141516171819202122232425262728293031323334 |
- ---
- plugin:
- name: ""
- description: ""
- image: ""
- imagePullPolicy: IfNotPresent
- replicas: 2
- port: 9443
- podSecurityContext: {}
- containerSecurityContext: {}
- 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: {}
- containerSecurityContext: {}
- resources:
- requests:
- cpu: 10m
- memory: 50Mi
|