Add kustomization with remote reference

This commit is contained in:
Anna Song
2022-06-30 17:21:23 +00:00
parent 7e0fd02783
commit edb6294741
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: hpa-deployment
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: localize-test-deployment-simple
minReplicas: 1
maxReplicas: 10