diff --git a/backend b/backend index 69450f8..0f1c8ae 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit 69450f82253f675cf923779396f46cb2e809dcf8 +Subproject commit 0f1c8aea23cc15301921eefca5155694b389575f diff --git a/nginx-serve/helm/values-production.yaml b/nginx-serve/helm/values-production.yaml index d21c338..5a4c33e 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: false + 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