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 kind: ReplicationController
metadata: metadata:
labels: labels:

View File

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