Update APIs
This commit is contained in:
parent
3034947e30
commit
5604bbc8d4
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: tusd
|
name: tusd
|
||||||
|
@ -41,7 +41,7 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: tusd
|
app: tusd
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: networking.k8s.io/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: tusd
|
name: tusd
|
||||||
|
|
Loading…
Reference in New Issue