values.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Default values for porter-prod.
  2. # This is a YAML-formatted file.
  3. # Declare variables to be passed into your templates.
  4. replicaCount: 1
  5. image:
  6. repository: porteralpha/porter-prod
  7. pullPolicy: Always
  8. # Overrides the image tag whose default is the chart appVersion.
  9. tag: latest
  10. imagePullSecrets: []
  11. nameOverride: ""
  12. fullnameOverride: ""
  13. serviceAccount:
  14. # Specifies whether a service account should be created
  15. create: false
  16. # Annotations to add to the service account
  17. annotations: {}
  18. # The name of the service account to use.
  19. # If not set and create is true, a name is generated using the fullname template
  20. name: ""
  21. podAnnotations: {}
  22. podSecurityContext:
  23. {}
  24. # fsGroup: 2000
  25. securityContext:
  26. {}
  27. # capabilities:
  28. # drop:
  29. # - ALL
  30. # readOnlyRootFilesystem: true
  31. # runAsNonRoot: true
  32. # runAsUser: 1000
  33. service:
  34. type: NodePort
  35. port: 443
  36. ingress:
  37. enabled: true
  38. annotations:
  39. {}
  40. # kubernetes.io/ingress.class: nginx
  41. # kubernetes.io/tls-acme: "true"
  42. hosts:
  43. - host: dashboard.getporter.dev
  44. paths: ["/*"]
  45. tls:
  46. - secretName: ingress-dashboard
  47. hosts:
  48. - dashboard.getporter.dev
  49. resources:
  50. {}
  51. # We usually recommend not to specify default resources and to leave this as a conscious
  52. # choice for the user. This also increases chances charts run on environments with little
  53. # resources, such as Minikube. If you do want to specify resources, uncomment the following
  54. # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
  55. # limits:
  56. # cpu: 100m
  57. # memory: 128Mi
  58. # requests:
  59. # cpu: 100m
  60. # memory: 128Mi
  61. autoscaling:
  62. enabled: false
  63. minReplicas: 1
  64. maxReplicas: 100
  65. targetCPUUtilizationPercentage: 80
  66. # targetMemoryUtilizationPercentage: 80
  67. nodeSelector: {}
  68. tolerations: []
  69. affinity: {}