mirror of https://github.com/kubernetes/kops.git
Updated ing/nginx 1.6.0 deployment apiVersion
This commit is contained in:
parent
a06cebc915
commit
45fe37cc8c
|
|
@ -174,7 +174,7 @@ spec:
|
|||
---
|
||||
|
||||
kind: Deployment
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: nginx-default-backend
|
||||
namespace: kube-ingress
|
||||
|
|
@ -255,7 +255,7 @@ spec:
|
|||
---
|
||||
|
||||
kind: Deployment
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: kube-ingress
|
||||
|
|
|
|||
Loading…
Reference in New Issue