Skip to content

Commit

Permalink
Remove vpi-app-route
Browse files Browse the repository at this point in the history
  • Loading branch information
tschbc committed Sep 23, 2024
1 parent cc152cd commit 75a5003
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions helm/templates/vpi-app-route.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: vpi-app-route
labels:
app.kubernetes.io/name: vpi-app-route
spec:
to:
kind: Service
name: vpi-app-service
port:
targetPort: "vpi-app-service-port"
tls:
termination: edge
# apiVersion: route.openshift.io/v1
# kind: Route
# metadata:
# name: vpi-app-route
# labels:
# app.kubernetes.io/name: vpi-app-route
# spec:
# to:
# kind: Service
# name: vpi-app-service
# port:
# targetPort: "vpi-app-service-port"
# tls:
# termination: edge

0 comments on commit 75a5003

Please sign in to comment.