values.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Default values for helm-app.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 2
  5. namespace: argocd
  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. secretName: monteasua-com-br-tls
  19. host: app.monteasua.com.br
  20. # sans: k8s.monteasua.com.br
  21. main: monteasua.com.br
  22. port: 80
  23. path: ""
  24. tls: []
  25. # kubernetes.io/ingress.class: nginx
  26. # kubernetes.io/tls-acme: "true"
  27. # - secretName: chart-example-tls
  28. # hosts:
  29. # - chart-example.local
  30. resources: {}
  31. # We usually recommend not to specify default resources and to leave this as a conscious
  32. # choice for the user. This also increases chances charts run on environments with little
  33. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  34. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  35. # limits:
  36. # cpu: 100m
  37. # memory: 128Mi
  38. # requests:
  39. # cpu: 100m
  40. # memory: 128Mi
  41. nodeSelector: {}
  42. tolerations: []
  43. affinity: {}