values.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ---
  2. plugin:
  3. name: ""
  4. description: ""
  5. image: ""
  6. imagePullPolicy: IfNotPresent
  7. imagePullSecrets: []
  8. replicas: 2
  9. port: 9443
  10. securityContext:
  11. enabled: true
  12. podSecurityContext:
  13. enabled: true
  14. runAsNonRoot: true
  15. seccompProfile:
  16. type: RuntimeDefault
  17. containerSecurityContext:
  18. enabled: true
  19. allowPrivilegeEscalation: false
  20. capabilities:
  21. drop:
  22. - ALL
  23. resources:
  24. requests:
  25. cpu: 10m
  26. memory: 50Mi
  27. basePath: /
  28. certificateSecretName: ""
  29. serviceAccount:
  30. create: true
  31. annotations: {}
  32. name: ""
  33. patcherServiceAccount:
  34. create: true
  35. annotations: {}
  36. name: ""
  37. jobs:
  38. patchConsoles:
  39. enabled: true
  40. image: "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ee65b244fc94d5765514c604dc0a288517dcdce68de65128d047622b6b30a618"
  41. podSecurityContext:
  42. enabled: true
  43. runAsNonRoot: true
  44. seccompProfile:
  45. type: RuntimeDefault
  46. containerSecurityContext:
  47. enabled: true
  48. allowPrivilegeEscalation: false
  49. capabilities:
  50. drop:
  51. - ALL
  52. resources:
  53. requests:
  54. cpu: 10m
  55. memory: 50Mi