Updating scripts to use v1 instead of v1beta3

This commit is contained in:
nikhiljindal
2015-06-30 23:36:39 -07:00
parent 09df440b79
commit 2e9e46dd08
26 changed files with 53 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Pod
metadata:
labels:

View File

@@ -1,9 +1,9 @@
apiVersion: v1beta3
apiVersion: v1
kind: Service
metadata:
name: blog-service
spec:
createExternalLoadBalancer: true
type: "LoadBalancer"
ports:
- port: 80
selector: