values.yaml 735 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. plugin:
  3. name: ""
  4. description: ""
  5. image: ""
  6. imagePullPolicy: IfNotPresent
  7. replicas: 2
  8. port: 9443
  9. podSecurityContext: {}
  10. containerSecurityContext: {}
  11. resources:
  12. requests:
  13. cpu: 10m
  14. memory: 50Mi
  15. basePath: /
  16. certificateSecretName: ""
  17. serviceAccount:
  18. create: true
  19. annotations: {}
  20. name: ""
  21. patcherServiceAccount:
  22. create: true
  23. annotations: {}
  24. name: ""
  25. jobs:
  26. patchConsoles:
  27. enabled: true
  28. image: "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e44074f21e0cca6464e50cb6ff934747e0bd11162ea01d522433a1a1ae116103"
  29. podSecurityContext: {}
  30. containerSecurityContext: {}
  31. resources:
  32. requests:
  33. cpu: 10m
  34. memory: 50Mi