non-umbrella.yaml 589 B

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