We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761bb49 commit f2d526eCopy full SHA for f2d526e
charts/eoapi/profiles/experimental.yaml
@@ -366,8 +366,6 @@ ingress:
366
367
stac-auth-proxy:
368
enabled: true
369
- service:
370
- port: 8080
371
# For testing this will be set dynamically; for production, point to your OIDC server
372
# env:
373
# OIDC_DISCOVERY_URL: "http://eoapi-mock-oidc-server.eoapi.svc.cluster.local:8080/.well-known/openid-configuration"
charts/eoapi/values.yaml
@@ -421,6 +421,8 @@ stac-auth-proxy:
421
# OIDC_DISCOVERY_URL must be configured when enabling auth
422
ingress:
423
enabled: false # Handled by main eoapi ingress
424
+ service:
425
+ port: 8080
426
resources: {}
427
428
vector:
0 commit comments