values.yml 592 B

1234567891011121314151617181920212223242526272829
  1. # Portainer Helm Chart Values Template
  2. # ---
  3. image:
  4. repository: portainer/portainer-ce
  5. tag: 2.22.0
  6. pullPolicy: IfNotPresent
  7. replicas: 1 # Number of replicas
  8. # (Choice) LoadBalancer or ClusterIP with optional Ingress
  9. service:
  10. type: LoadBalancer
  11. # -- or --
  12. # type: ClusterIP
  13. # (Optional) Add Ingress, when using ClusterIP
  14. ingress:
  15. enabled: true
  16. hosts:
  17. - host: "portainer-test-1.kube-prod-2.home.clcreative.de"
  18. paths:
  19. - path: "/"
  20. port: "9000"
  21. # -- end
  22. persistence:
  23. enabled: true
  24. # (Optional) Use an existing PVC
  25. # existingClaim: portainer