values.yaml 1.1 KB

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