umbrella-values.yaml 693 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. porter-web:
  2. auto_deploy: true
  3. autoscaling:
  4. enabled: false
  5. clusterId: 1
  6. container:
  7. env:
  8. normal: null
  9. lifecycle: {}
  10. port: 80
  11. currentCluster:
  12. service:
  13. is_aws: false
  14. is_do: false
  15. is_gcp: false
  16. health:
  17. livenessProbe:
  18. enabled: false
  19. readinessProbe:
  20. enabled: false
  21. startupProbe:
  22. enabled: false
  23. image:
  24. repository: nginx
  25. tag: latest
  26. ingress:
  27. annotations: {}
  28. custom_domain: false
  29. enabled: false
  30. hosts: []
  31. porter_hosts: []
  32. namespace: default
  33. replicaCount: 1
  34. resources:
  35. requests:
  36. cpu: 100m
  37. memory: 256Mi
  38. showStartCommand: true
  39. terminationGracePeriodSeconds: 30