Skip to content

Commit

Permalink
Merge pull request #100 from bcgov/chore/remove-temporary-route
Browse files Browse the repository at this point in the history
Chore: remove temporary route
  • Loading branch information
dleard authored Mar 13, 2023
2 parents e227b13 + 236bbc0 commit f8c05b3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion helm/cas-metabase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cas-metabase
description: A Helm chart for the CAS Metabase instance
type: application
version: 0.3.5
version: 0.3.6
appVersion: 0.44.2
dependencies:
- name: cas-postgres
Expand Down
22 changes: 0 additions & 22 deletions helm/cas-metabase/templates/route-temporary.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion helm/cas-metabase/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
haproxy.router.openshift.io/balance: roundrobin

spec:
host: {{ .Values.host }}
host: {{ .Values.route.host }}
port:
targetPort: {{ template "cas-metabase.fullname" . }}
tls:
Expand Down
2 changes: 0 additions & 2 deletions helm/cas-metabase/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ route:
enable: true
host: cas-metabase.nrs.gov.bc.ca
certbotManaged: true
enableTemporary: true
temporaryHost: cas-metabase-prod.apps.silver.devops.gov.bc.ca

certbot:
certbot:
Expand Down

0 comments on commit f8c05b3

Please sign in to comment.