You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
437 B
21 lines
437 B
#oc create route edge --service=osh --dry-run=client -o yaml > edgeroute.yml |
|
apiVersion: route.openshift.io/v1 |
|
kind: Route |
|
metadata: |
|
creationTimestamp: null |
|
labels: |
|
app.kubernetes.io/name: osh |
|
app.kubernetes.io/version: 1.0.0-SNAPSHOT |
|
app.openshift.io/runtime: quarkus |
|
env: stage |
|
name: osh |
|
spec: |
|
port: |
|
targetPort: http |
|
tls: |
|
termination: edge |
|
to: |
|
kind: "" |
|
name: osh |
|
weight: null |
|
status: {}
|
|
|