Skip to content

Commit

Permalink
Enable tls for staging/production
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Dec 5, 2024
1 parent ae44212 commit 7c9699d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nginx-serve/helm/values-production.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# NOTE: go-deploy can override or add additional configs https://github.com/IFRCGo/go-deploy
environment: production

ingress:
tls:
enabled: false

env:
APP_ENVIRONMENT: production
APP_MAPBOX_ACCESS_TOKEN: pk.eyJ1IjoiZ28taWZyYyIsImEiOiJjams3b2ZhZWswMGFvM3hxeHp2ZHFhOTRrIn0._pqO9OQ2iNeDGrpopJNjpg
Expand Down
4 changes: 4 additions & 0 deletions nginx-serve/helm/values-staging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# NOTE: go-deploy can override or add additional configs https://github.com/IFRCGo/go-deploy
environment: staging

ingress:
tls:
enabled: true

env:
APP_ENVIRONMENT: staging
APP_MAPBOX_ACCESS_TOKEN: pk.eyJ1IjoiZ28taWZyYyIsImEiOiJjams3b2ZhZWswMGFvM3hxeHp2ZHFhOTRrIn0._pqO9OQ2iNeDGrpopJNjpg
Expand Down

0 comments on commit 7c9699d

Please sign in to comment.