| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- USER-SUPPLIED VALUES:
- albIngress:
- custom_paths: []
- enabled: false
- external_dns: false
- hosts: []
- scheme: internet-facing
- target_type: ip
- auto_deploy: false
- autoscaling:
- enabled: false
- maxReplicas: 10
- minReplicas: 1
- targetCPUUtilizationPercentage: 50
- targetMemoryUtilizationPercentage: 50
- bluegreen:
- disablePrimaryDeployment: false
- enabled: false
- imageTags: []
- cloudsql:
- additionalConnection:
- connectionName: ""
- dbPort: 5432
- enabled: false
- connectionName: ""
- dbPort: 5432
- enabled: false
- serviceAccountJSON: ""
- clusterId: 32
- container:
- env:
- normal: {}
- lifecycle: {}
- port: 80
- currentCluster:
- service:
- is_aws: false
- is_do: false
- is_gcp: false
- customNodePort:
- enabled: false
- port: 30000
- datadog:
- enabled: false
- emptyDir:
- enabled: false
- mountPath: /mypath
- enableEDNS0: false
- health:
- livenessCommand:
- command: ls -l
- enabled: false
- failureThreshold: 3
- initialDelaySeconds: 5
- periodSeconds: 5
- successThreshold: 1
- timeoutSeconds: 1
- livenessProbe:
- auth:
- enabled: false
- password: ""
- username: ""
- enabled: false
- failureThreshold: 3
- httpHeaders: []
- initialDelaySeconds: 0
- path: /livez
- periodSeconds: 5
- scheme: HTTP
- successThreshold: 1
- timeoutSeconds: 1
- readinessProbe:
- auth:
- enabled: false
- password: ""
- username: ""
- enabled: false
- failureThreshold: 3
- httpHeaders: []
- initialDelaySeconds: 0
- path: /readyz
- periodSeconds: 5
- scheme: HTTP
- successThreshold: 1
- timeoutSeconds: 1
- startupProbe:
- auth:
- enabled: false
- password: ""
- username: ""
- enabled: false
- failureThreshold: 3
- httpHeaders: []
- path: /startupz
- periodSeconds: 5
- scheme: HTTP
- timeoutSeconds: 1
- hostAliases: []
- image:
- pullPolicy: Always
- repository: nginx
- tag: latest
- ingress:
- annotations: {}
- custom_domain: false
- custom_paths: []
- customTls:
- enabled: false
- enabled: true
- hosts: []
- porter_hosts:
- - legacy-17e207c81b4cbb84.onporter.run
- provider: eks
- rewriteCustomPathsEnabled: true
- tls: true
- useDefaultIngressTLSSecret: false
- wildcard: false
- keda:
- cooldownPeriod: 300
- enabled: false
- fallback:
- failureReplicas: 6
- failureThreshold: 3
- hpa:
- scaleDown:
- policy:
- periodSeconds: 300
- type: Percent
- value: 10
- stabilizationWindowSeconds: 300
- scaleUp:
- policy:
- periodSeconds: 300
- type: Percent
- value: 10
- stabilizationWindowSeconds: 300
- maxReplicaCount: 10
- minReplicaCount: 1
- pollingInterval: 30
- trigger:
- metricName: ""
- metricQuery: ""
- metricThreshold: ""
- metricType: AverageValue
- triggers: []
- namespace: default
- nodeSelector: {}
- podLabels: {}
- privateIngress:
- annotations: {}
- clusterIssuer: letsencrypt-prod-private
- custom_paths: []
- enabled: false
- hosts: []
- tls: false
- pvc:
- enabled: false
- existingVolume: ""
- mountPath: /mypath
- storage: 20Gi
- replicaCount: 1
- resources:
- requests:
- cpu: 100m
- memory: 256Mi
- service:
- port: 80
- serviceAccount:
- annotations: {}
- create: true
- name: ""
- showStartCommand: true
- stack:
- enabled: false
- name: ""
- revision: 0
- statefulset:
- enabled: false
- terminationGracePeriodSeconds: 30
- tolerations: []
- topology:
- enabled: false
- labelSelector:
- enabled: false
- matchLabels: {}
|