values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Default values for helm-guestbook.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 1
  5. image:
  6. repository: gcr.io/heptio-images/ks-guestbook-demo
  7. tag: 0.1
  8. pullPolicy: IfNotPresent
  9. service:
  10. type: ClusterIP
  11. port: 80
  12. ingress:
  13. enabled: false
  14. annotations: {}
  15. # kubernetes.io/ingress.class: nginx
  16. # kubernetes.io/tls-acme: "true"
  17. path: /
  18. hosts:
  19. - chart-example.local
  20. tls: []
  21. # - secretName: chart-example-tls
  22. # hosts:
  23. # - chart-example.local
  24. resources: {}
  25. # We usually recommend not to specify default resources and to leave this as a conscious
  26. # choice for the user. This also increases chances charts run on environments with little
  27. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  28. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  29. # limits:
  30. # cpu: 100m
  31. # memory: 128Mi
  32. # requests:
  33. # cpu: 100m
  34. # memory: 128Mi
  35. nodeSelector: {}
  36. tolerations: []
  37. affinity: {}