UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5cc89a08 authored by Joe Foster's avatar Joe Foster :speech_balloon: Committed by Michael McLeroy
Browse files

Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in ArgoCD chart"

parent 0a2bdd65
No related branches found
No related tags found
1 merge request!2348Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in ArgoCD chart"
......@@ -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