File tree Expand file tree Collapse file tree
production/applications/montandon-eoapi
staging/applications/montandon-eoapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,16 +132,17 @@ spec:
132132 UPSTREAM_URL : " http://montandon-eoapi-stac:8080"
133133 # UPSTREAM_URL: "https://montandon-eoapi.ifrc.org/stac"
134134 OIDC_DISCOVERY_URL : " https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135+ OIDC_DISCOVERY_INTERNAL_URL : " https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135136 OVERRIDE_HOST : " 0"
136137 ROOT_PATH : " /stac"
137138 COLLECTIONS_FILTER_CLS : stac_auth_proxy.montandon_filters:CollectionsFilter
138139 ITEMS_FILTER_CLS : stac_auth_proxy.montandon_filters:ItemsFilter
139140 ingress :
140- enabled : " true"
141+ enabled : true
141142 host : " montandon-eoapi.ifrc.org"
142143 className : " nginx"
143144 tls :
144- enabled : " true"
145+ enabled : true
145146 secretName : " montandon-eoapi-helm-secret-cert"
146147 replicaCount : 1
147148 extraVolumes :
Original file line number Diff line number Diff line change @@ -132,16 +132,17 @@ spec:
132132 UPSTREAM_URL : " http://montandon-eoapi-stac:8080"
133133 # UPSTREAM_URL: "https://montandon-eoapi-stage.ifrc.org/stac"
134134 OIDC_DISCOVERY_URL : " https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135+ OIDC_DISCOVERY_INTERNAL_URL : " https://goadmin.ifrc.org/o/.well-known/openid-configuration"
135136 OVERRIDE_HOST : " 0"
136137 ROOT_PATH : " /stac"
137138 COLLECTIONS_FILTER_CLS : stac_auth_proxy.montandon_filters:CollectionsFilter
138139 ITEMS_FILTER_CLS : stac_auth_proxy.montandon_filters:ItemsFilter
139140 ingress :
140- enabled : " true"
141+ enabled : true
141142 host : " montandon-eoapi-stage.ifrc.org"
142143 className : " nginx"
143144 tls :
144- enabled : " true"
145+ enabled : true
145146 secretName : " montandon-eoapi-helm-secret-cert"
146147 replicaCount : 1
147148 extraVolumes :
You can’t perform that action at this time.
0 commit comments