diff --git a/nginx-serve/helm/values-production.yaml b/nginx-serve/helm/values-production.yaml index d21c338..bf5ea6e 100644 --- a/nginx-serve/helm/values-production.yaml +++ b/nginx-serve/helm/values-production.yaml @@ -1,6 +1,10 @@ # NOTE: go-deploy can override or add additional configs https://github.com/IFRCGo/go-deploy environment: production +ingress: + tls: + enabled: true + env: APP_ENVIRONMENT: production APP_MAPBOX_ACCESS_TOKEN: pk.eyJ1IjoiZ28taWZyYyIsImEiOiJjams3b2ZhZWswMGFvM3hxeHp2ZHFhOTRrIn0._pqO9OQ2iNeDGrpopJNjpg diff --git a/nginx-serve/helm/values-staging.yaml b/nginx-serve/helm/values-staging.yaml index 7205106..6b94797 100644 --- a/nginx-serve/helm/values-staging.yaml +++ b/nginx-serve/helm/values-staging.yaml @@ -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