Skip to content

Commit

Permalink
Fix auth proxy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 17, 2024
1 parent 9461aef commit 89bd035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ops/k8s-apps/base/dagster/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ spec:
workloadSelector:
kind: "Deployment" # Applies to a "Deployment"
selector:
app.kubernetes.io/name: dagster
matchLabels:
app.kubernetes.io/name: dagster
instances:
- connectionString: "opensource-observer:us-central1:oso-psql"
portEnvName: "DAGSTER_PG_PORT"
Expand Down

0 comments on commit 89bd035

Please sign in to comment.