UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit feda104f authored by Michael McLeroy's avatar Michael McLeroy
Browse files

Merge branch '1345-investigate-hpa' into 'master'

Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in ArgoCD chart"

Closes #1345

See merge request platform-one/big-bang/bigbang!2348
parents 0a2bdd65 5cc89a08
No related branches found
No related tags found
1 merge request!2348Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in ArgoCD chart"
Pipeline #1254431 failed
......@@ -98,6 +98,8 @@ redis-bb:
server:
image:
imagePullPolicy: {{ .Values.imagePullPolicy }}
autoscaling:
enabled: true
config:
# Must be enabled for plugins included in PlatformOne image.
kustomize.buildOptions: "--enable-alpha-plugins"
......@@ -116,6 +118,8 @@ server:
repoServer:
image:
imagePullPolicy: {{ .Values.imagePullPolicy }}
autoscaling:
enabled: true
# conditional passes only for default istio: enabled, mTLS: SCRICT, istio injection: enabled
{{- if and $istioInjection (eq (dig "istio" "mtls" "mode" "STRICT" .Values.addons.argocd.values) "STRICT") }}
metrics:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment