Pārlūkot izejas kodu

need to delete deploy

Stefan McShane 2 gadi atpakaļ
vecāks
revīzija
20a217253f

+ 207 - 0
local/3/existing_values.yaml

@@ -0,0 +1,207 @@
+legacy-web:
+  fullnameOverride: legacy-web
+  albIngress:
+    annotations: null
+    certificate_arn: null
+    custom_paths: []
+    enabled: false
+    external_dns: false
+    group_name: null
+    group_order: null
+    healthcheck_healthy_threshold_count: null
+    healthcheck_interval_seconds: null
+    healthcheck_path: null
+    healthcheck_port: null
+    healthcheck_protocol: null
+    healthcheck_success_codes: null
+    healthcheck_timeout_seconds: null
+    healthcheck_unhealthy_threshold_count: null
+    hosts: []
+    scheme: internet-facing
+    security_groups: null
+    target_node_labels: null
+    target_type: ip
+    wafv2_acl_arn: null
+  auto_deploy: true
+  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: 2
+  container:
+    args: null
+    command: null
+    env: {}
+    lifecycle:
+      postStart: null
+      preStop: null
+    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
+  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:
+      customTlsSecret: null
+      enabled: false
+    enabled: false
+    hosts: []
+    porter_hosts: []
+    provider: ""
+    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: []
+    privateIngressClass: null
+    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: {}
+    maxSkew: null
+    topologyKey: null
+    whenUnsatisfiable: null

+ 6 - 0
local/3/newumbrella/Chart.lock

@@ -0,0 +1,6 @@
+dependencies:
+- name: web
+  repository: https://charts.getporter.dev
+  version: 0.136.0
+digest: sha256:e2669625ae4afd9c65c245b04678fc93dc8d362aee9d963dcfeb086a551b1505
+generated: "2023-09-08T16:00:39.899337-04:00"

+ 28 - 0
local/3/newumbrella/Chart.yaml

@@ -0,0 +1,28 @@
+apiVersion: v2
+name: testchart
+description: A Helm chart for Kubernetes
+
+# A chart can be either an 'application' or a 'library' chart.
+#
+# Application charts are a collection of templates that can be packaged into versioned archives
+# to be deployed.
+#
+# Library charts provide useful utilities or functions for the chart developer. They're included as
+# a dependency of application charts to inject those utilities and functions into the rendering
+# pipeline. Library charts do not define any templates and therefore cannot be deployed.
+type: application
+
+# This is the chart version. This version number should be incremented each time you make changes
+# to the chart and its templates, including the app version.
+version: 0.1.0
+
+# This is the version number of the application being deployed. This version number should be
+# incremented each time you make changes to the application.
+appVersion: 1.0.0
+
+dependencies: 
+- name: web
+  alias: legacy-web
+  version: "0.136.0"
+  repository: "https://charts.getporter.dev"
+

BIN
local/3/newumbrella/charts/web-0.136.0.tgz


+ 0 - 0
local/3/testumbrella/values.yaml → local/3/newumbrella/values.yaml


+ 0 - 9
local/3/testumbrella/Chart.lock

@@ -1,9 +0,0 @@
-dependencies:
-- name: testchart
-  repository: file://../depchart
-  version: 0.1.0
-- name: testchart
-  repository: file://../depchart
-  version: 0.1.0
-digest: sha256:5778b10b5e5eeecd1e7d6c4d9848d7c888a13abb104d954868d0b41b2cbf611f
-generated: "2023-09-06T18:48:32.799658-04:00"

BIN
local/3/testumbrella/charts/testchart-0.1.0.tgz