UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update horizontal pod autoscaler

Merged Robert Massey requested to merge 89-update-horizontal-pod-autoscaler into main
Files
4
+ 6
0
{{- if .Values.autoscaling.enabled }}
{{- if .Capabilities.APIVersions.Has "autoscaling/v2" }}
apiVersion: autoscaling/v2
{{- else if .Capabilities.APIVersions.Has "autoscaling/v2beta2" }}
apiVersion: autoscaling/v2beta2
{{- else }}
apiVersion: autoscaling/v2beta1
{{- end }}
kind: HorizontalPodAutoscaler
metadata:
name: {{ include "keycloak.fullname" . }}
Loading