nameOverride: "" fullnameOverride: "" plugin: name: "console-plugin-template" image: "quay.io/openshift/console-plugin-template:latest" port: 9443 nodePort: 30899 basePath: "/" resources: requests: cpu: 10m memory: 50Mi limits: cpu: 100m memory: 100Mi patcherServiceAccount: create: true annotations: {} name: "" jobs: patchConsoles: enabled: true backoffLimit: 3 activeDeadlineSeconds: 600 ttlSecondsAfterFinished: 100 livenessProbe: httpGet: path: /health/live port: 9443 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds: 5 readinessProbe: httpGet: path: /health/ready port: 9443 initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 5 serviceAccount: create: true annotations: {} name: "" podSecurityContext: {} securityContext: {} service: type: ClusterIP port: 9443 ingress: enabled: false className: "" annotations: {} hosts: [] tls: [] resources: limits: cpu: 100m memory: 128Mi requests: cpu: 100m memory: 128Mi nodeSelector: {} tolerations: [] affinity: {}