diff options
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml')
-rw-r--r-- | kubernetes/authentication/components/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml b/kubernetes/authentication/components/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml new file mode 100644 index 0000000000..fd1a0060fe --- /dev/null +++ b/kubernetes/authentication/components/oauth2-proxy/ci/horizontal-pod-autoscaling-values.yaml @@ -0,0 +1,5 @@ +# Enables Horizontal Pod Autoscaler and removes replica count in deployment +autoscaling: + enabled: true + annotations: + test-annotations/test: "true" |