| 123456789101112131415161718192021222324252627282930313233343536373839 |
- porter-web:
- auto_deploy: true
- autoscaling:
- enabled: false
- clusterId: 1
- container:
- env:
- normal: null
- lifecycle: {}
- port: 80
- currentCluster:
- service:
- is_aws: false
- is_do: false
- is_gcp: false
- health:
- livenessProbe:
- enabled: false
- readinessProbe:
- enabled: false
- startupProbe:
- enabled: false
- image:
- repository: nginx
- tag: latest
- ingress:
- annotations: {}
- custom_domain: false
- enabled: false
- hosts: []
- porter_hosts: []
- namespace: default
- replicaCount: 1
- resources:
- requests:
- cpu: 100m
- memory: 256Mi
- showStartCommand: true
- terminationGracePeriodSeconds: 30
|