mirror of
https://github.com/google/nomulus.git
synced 2025-07-24 11:38:35 +02: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:
parent
b2e4f07bb9
commit
157d9f75c1
3 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue