Skip to content

Commit

Permalink
remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed May 17, 2024
1 parent 7c714c1 commit 5e93092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ops/k8s-apps/base/dagster/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
namespace: base-dagster
resources:
- dagster.yaml
- proxy.yaml
#- proxy.yaml
# patchesStrategicMerge:
# - ./daemon-init-container.yaml
# - ./webserver-init-container.yaml
11 changes: 1 addition & 10 deletions ops/k8s-apps/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ namespace: production-dagster
patches:
- path: ./custom-helm-values.yaml
target:
type: HelmRelease
patchesJson6902:
- target:
kind: Namespace
version: v1
name: base-dagster
patch: |-
- op: replace
path: /metadata/name
value: production-dagster
type: HelmRelease

0 comments on commit 5e93092

Please sign in to comment.