Change openshift-origin example to use v1

This commit is contained in:
Kris Rousey 2015-06-10 16:21:54 -07:00
parent a1840218c4
commit e18fc71d4b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
apiVersion: v1beta3
apiVersion: v1
kind: Service
metadata:
name: openshift
@ -9,4 +9,4 @@ spec:
targetPort: 8443
selector:
name: openshift
createExternalLoadBalancer: true
type: LoadBalancer