Browse Source
Quarkus < 3.x doesn't support some of the route options, we need to apply this YAML instead and disable auto route enable still todo, combine yaml's into one for easier oc apply -f <COMBINED> or have quarkus apply the snippets for uskerberos_auth
3 changed files with 27 additions and 2 deletions
@ -0,0 +1,20 @@
|
||||
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: {} |
||||
Loading…
Reference in new issue