values.yaml 1.1 KB

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