We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0f1c1 commit f389b4aCopy full SHA for f389b4a
examples/operator/templates/app-hpa.yaml
examples/operator/values.yaml
@@ -1,7 +1,3 @@
1
-appHpa:
2
- maxReplicas: 10
3
- minReplicas: 2
4
- targetCPUUtilizationPercentage: 80
5
configmapVars:
6
var4: value for var4
7
controllerManager:
test_data/k8s-operator-kustomize.output
@@ -846,16 +846,3 @@ webhooks:
846
resources:
847
- myclusters
848
sideEffects: None
849
----
850
-apiVersion: autoscaling/v1
851
-kind: HorizontalPodAutoscaler
852
-metadata:
853
- name: myapp-hpa
854
-spec:
855
- scaleTargetRef:
856
- apiVersion: apps/v1
857
- kind: Deployment
858
- name: myapp
859
860
861
0 commit comments