Merge pull request #9644 from krousey/example_openshift-origin

Change openshift-origin example to use v1
This commit is contained in:
Abhi Shah
2015-06-11 15:06:46 -07:00
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