Skip to content

Commit

Permalink
Merge pull request #3 from arnouthoebreckx/feature/helm-openshift-upd…
Browse files Browse the repository at this point in the history
…ates

Feature/helm openshift updates
  • Loading branch information
arnouthoebreckx authored Nov 13, 2022
2 parents ea9cbf9 + c950304 commit 5453604
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tafun-quarkus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
15 changes: 15 additions & 0 deletions charts/tafun-quarkus/templates/route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
kind: Route
apiVersion: route.openshift.io/v1
metadata:
name: {{ include "tafun-quarkus.fullname" . }}
spec:
to:
kind: Service
name: {{ include "tafun-quarkus.fullname" . }}
weight: 100
port:
targetPort: 8080-tcp
tls:
termination: edge
insecureEdgeTerminationPolicy: Redirect
wildcardPolicy: None
2 changes: 1 addition & 1 deletion charts/tafun-quarkus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 8080

ingress:
enabled: false
Expand Down

0 comments on commit 5453604

Please sign in to comment.