values.yaml 1.1 KB

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