values.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. sans: k8s.eugeniocarvalho.dev
  20. main: eugeniocarvalho.dev
  21. port: 80
  22. path: ""
  23. tls: []
  24. # kubernetes.io/ingress.class: nginx
  25. # kubernetes.io/tls-acme: "true"
  26. # - secretName: chart-example-tls
  27. # hosts:
  28. # - chart-example.local
  29. resources: {}
  30. # We usually recommend not to specify default resources and to leave this as a conscious
  31. # choice for the user. This also increases chances charts run on environments with little
  32. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  33. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  34. # limits:
  35. # cpu: 100m
  36. # memory: 128Mi
  37. # requests:
  38. # cpu: 100m
  39. # memory: 128Mi
  40. nodeSelector: {}
  41. tolerations: []
  42. affinity: {}