existing_values.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. legacy-web:
  2. fullnameOverride: legacy-web
  3. albIngress:
  4. annotations: null
  5. certificate_arn: null
  6. custom_paths: []
  7. enabled: false
  8. external_dns: false
  9. group_name: null
  10. group_order: null
  11. healthcheck_healthy_threshold_count: null
  12. healthcheck_interval_seconds: null
  13. healthcheck_path: null
  14. healthcheck_port: null
  15. healthcheck_protocol: null
  16. healthcheck_success_codes: null
  17. healthcheck_timeout_seconds: null
  18. healthcheck_unhealthy_threshold_count: null
  19. hosts: []
  20. scheme: internet-facing
  21. security_groups: null
  22. target_node_labels: null
  23. target_type: ip
  24. wafv2_acl_arn: null
  25. auto_deploy: true
  26. autoscaling:
  27. enabled: false
  28. maxReplicas: 10
  29. minReplicas: 1
  30. targetCPUUtilizationPercentage: 50
  31. targetMemoryUtilizationPercentage: 50
  32. bluegreen:
  33. disablePrimaryDeployment: false
  34. enabled: false
  35. imageTags: []
  36. cloudsql:
  37. additionalConnection:
  38. connectionName: ""
  39. dbPort: 5432
  40. enabled: false
  41. connectionName: ""
  42. dbPort: 5432
  43. enabled: false
  44. serviceAccountJSON: ""
  45. clusterId: 2
  46. container:
  47. args: null
  48. command: null
  49. env: {}
  50. lifecycle:
  51. postStart: null
  52. preStop: null
  53. port: 80
  54. currentCluster:
  55. service:
  56. is_aws: false
  57. is_do: false
  58. is_gcp: false
  59. customNodePort:
  60. enabled: false
  61. port: 30000
  62. datadog:
  63. enabled: false
  64. emptyDir:
  65. enabled: false
  66. mountPath: /mypath
  67. health:
  68. livenessCommand:
  69. command: ls -l
  70. enabled: false
  71. failureThreshold: 3
  72. initialDelaySeconds: 5
  73. periodSeconds: 5
  74. successThreshold: 1
  75. timeoutSeconds: 1
  76. livenessProbe:
  77. auth:
  78. enabled: false
  79. password: ""
  80. username: ""
  81. enabled: false
  82. failureThreshold: 3
  83. httpHeaders: []
  84. initialDelaySeconds: 0
  85. path: /livez
  86. periodSeconds: 5
  87. scheme: HTTP
  88. successThreshold: 1
  89. timeoutSeconds: 1
  90. readinessProbe:
  91. auth:
  92. enabled: false
  93. password: ""
  94. username: ""
  95. enabled: false
  96. failureThreshold: 3
  97. httpHeaders: []
  98. initialDelaySeconds: 0
  99. path: /readyz
  100. periodSeconds: 5
  101. scheme: HTTP
  102. successThreshold: 1
  103. timeoutSeconds: 1
  104. startupProbe:
  105. auth:
  106. enabled: false
  107. password: ""
  108. username: ""
  109. enabled: false
  110. failureThreshold: 3
  111. httpHeaders: []
  112. path: /startupz
  113. periodSeconds: 5
  114. scheme: HTTP
  115. timeoutSeconds: 1
  116. hostAliases: []
  117. image:
  118. pullPolicy: Always
  119. repository: nginx
  120. tag: latest
  121. ingress:
  122. annotations: {}
  123. custom_domain: false
  124. custom_paths: []
  125. customTls:
  126. customTlsSecret: null
  127. enabled: false
  128. enabled: false
  129. hosts: []
  130. porter_hosts: []
  131. provider: ""
  132. rewriteCustomPathsEnabled: true
  133. tls: true
  134. useDefaultIngressTLSSecret: false
  135. wildcard: false
  136. keda:
  137. cooldownPeriod: 300
  138. enabled: false
  139. fallback:
  140. failureReplicas: 6
  141. failureThreshold: 3
  142. hpa:
  143. scaleDown:
  144. policy:
  145. periodSeconds: 300
  146. type: Percent
  147. value: 10
  148. stabilizationWindowSeconds: 300
  149. scaleUp:
  150. policy:
  151. periodSeconds: 300
  152. type: Percent
  153. value: 10
  154. stabilizationWindowSeconds: 300
  155. maxReplicaCount: 10
  156. minReplicaCount: 1
  157. pollingInterval: 30
  158. trigger:
  159. metricName: ""
  160. metricQuery: ""
  161. metricThreshold: ""
  162. metricType: AverageValue
  163. triggers: []
  164. namespace: default
  165. nodeSelector: {}
  166. podLabels: {}
  167. privateIngress:
  168. annotations: {}
  169. clusterIssuer: letsencrypt-prod-private
  170. custom_paths: []
  171. enabled: false
  172. hosts: []
  173. privateIngressClass: null
  174. tls: false
  175. pvc:
  176. enabled: false
  177. existingVolume: ""
  178. mountPath: /mypath
  179. storage: 20Gi
  180. replicaCount: 1
  181. resources:
  182. requests:
  183. cpu: 100m
  184. memory: 256Mi
  185. service:
  186. port: 80
  187. serviceAccount:
  188. annotations: {}
  189. create: true
  190. name: ""
  191. showStartCommand: true
  192. stack:
  193. enabled: false
  194. name: ""
  195. revision: 0
  196. statefulset:
  197. enabled: false
  198. terminationGracePeriodSeconds: 30
  199. tolerations: []
  200. topology:
  201. enabled: false
  202. labelSelector:
  203. enabled: false
  204. matchLabels: {}
  205. maxSkew: null
  206. topologyKey: null
  207. whenUnsatisfiable: null