Skip to content

Commit f2d526e

Browse files
committed
Moved service.ports of stac-auth-proxy to values.yaml.
1 parent 761bb49 commit f2d526e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/eoapi/profiles/experimental.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,6 @@ ingress:
366366

367367
stac-auth-proxy:
368368
enabled: true
369-
service:
370-
port: 8080
371369
# For testing this will be set dynamically; for production, point to your OIDC server
372370
# env:
373371
# OIDC_DISCOVERY_URL: "http://eoapi-mock-oidc-server.eoapi.svc.cluster.local:8080/.well-known/openid-configuration"

charts/eoapi/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ stac-auth-proxy:
421421
# OIDC_DISCOVERY_URL must be configured when enabling auth
422422
ingress:
423423
enabled: false # Handled by main eoapi ingress
424+
service:
425+
port: 8080
424426
resources: {}
425427

426428
vector:

0 commit comments

Comments
 (0)