mirror of
https://github.com/google/nomulus
synced 2026-09-24 08:54:56 +00:00
Use the save API version for the HPA controller and the deployment (#807)
This supposedly can fix our deployment problem. Tested on alpha. Also updated the deployment script to replace the service object as well.
This commit is contained in:
@@ -43,7 +43,7 @@ metadata:
|
||||
app: proxy-canary
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: proxy-deployment-canary
|
||||
maxReplicas: 10
|
||||
|
||||
@@ -43,7 +43,7 @@ metadata:
|
||||
app: proxy
|
||||
spec:
|
||||
scaleTargetRef:
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: proxy-deployment
|
||||
maxReplicas: 10
|
||||
|
||||
Reference in New Issue
Block a user