зеркало из https://github.com/Azure/aks-engine.git
ci: change apiVersion of prow deployments from v1beta2 to v1 (#2669)
This commit is contained in:
Родитель
a7f30f7bdb
Коммит
2858d8ef47
|
@ -13,7 +13,7 @@ items:
|
|||
- port: 80
|
||||
targetPort: 8080
|
||||
type: ClusterIP
|
||||
- apiVersion: apps/v1beta2
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: deck
|
||||
|
|
|
@ -17,7 +17,7 @@ items:
|
|||
ports:
|
||||
- port: 8888
|
||||
type: ClusterIP
|
||||
- apiVersion: apps/v1beta2
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hook
|
||||
|
|
|
@ -13,7 +13,7 @@ items:
|
|||
- port: 80
|
||||
targetPort: 8888
|
||||
type: ClusterIP
|
||||
- apiVersion: apps/v1beta2
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: tide
|
||||
|
|
Загрузка…
Ссылка в новой задаче