diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index 06422bf5..e3245322 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -4,7 +4,6 @@ on: branches: - master - 'release-*' - - BAH-3911 tags: - '[0-9]+.[0-9]+.[0-9]+' diff --git a/package/helm/values.yaml b/package/helm/values.yaml index 128e21e9..d3e2e50e 100644 --- a/package/helm/values.yaml +++ b/package/helm/values.yaml @@ -42,11 +42,11 @@ volumes: capacity: "2Gi" autoscaling: - enabled: true - minReplicas: 1 - maxReplicas: 3 - targetCPUUtilizationPercentage: 80 - targetMemoryUtilizationPercentage: 80 + enabled: false + # minReplicas: 1 + # maxReplicas: 5 + # targetCPUUtilizationPercentage: 80 + # targetMemoryUtilizationPercentage: 80 nodeSelector: {} affinity: {}