Fix with new Kubernetes Version

Signed-off-by: René Jochum <rene@jochum.dev>
master v1.0.16
René Jochum 4 years ago
parent c652c7c8ab
commit b3fbbf4cf2

@ -1,7 +1,7 @@
apiVersion: v1
kind: List
items:
- apiVersion: extensions/v1beta1
- apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx
@ -54,7 +54,7 @@ items:
spec:
type: ClusterIP
selector:
workloadID_nginx: "true"
container: "nginx"
ports:
- protocol: TCP
port: 80

Loading…
Cancel
Save