UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2809bc58 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch '1344-investigate-ha' into 'master'

Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in authservice chart"

Closes #1344

See merge request !2402
parents e07eb9d7 ee2f473e
No related branches found
No related tags found
1 merge request!2402Resolve "Investigate Enabling HorizontalPodAutoscaler Resource in authservice chart"
Pipeline #1285220 passed with warnings
......@@ -27,6 +27,13 @@ networkPolicies:
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
{{- if or (dig "redis" "enabled" false .Values.addons.authservice.values) (dig "global" "redis_server_uri" "" .Values.addons.authservice.values) }}
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 3
{{- end }}
{{- if and (dig "redis" "enabled" false .Values.addons.authservice.values) .Values.monitoring.enabled }}
redis-bb:
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