Skip to content

Commit

Permalink
Merge pull request #70 from holaplex/mpw/gateway-chart-update
Browse files Browse the repository at this point in the history
cosmetic change and version bump
  • Loading branch information
mpwsh authored May 10, 2023
2 parents 27cf473 + 09200cb commit a7bf1fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hub-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: "0.16.0"
version: "0.16.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
2 changes: 1 addition & 1 deletion charts/hub-gateway/templates/svc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.enableInternalService }}
{{- if .Values.internalService.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 3 additions & 1 deletion charts/hub-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ domain: 127.0.0.1.nip.io
port: 9080
sessionCookieName: 'hub_session'
loginUri: 'http://hub.127.0.0.1.nip.io:9080/login'
enableInternalService: true

internalService:
enabled: true

routes:
- name: api
Expand Down

0 comments on commit a7bf1fe

Please sign in to comment.