Skip to content

Commit

Permalink
Changing naming convention of helmsman sub files
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Dec 8, 2021
1 parent 33ea5cc commit 87bf85c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
Empty file added helmsman/denbi.binder.yaml
Empty file.
23 changes: 23 additions & 0 deletions helmsman/gke.binder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
settings:
kubeContext: gke_prj-ext-dev-bia-binder-113155_europe-west2_binder
apps:
nginx-ingress:
enabled: false
# namespaces:
# binderhub-staging-gpu:
# protected: false
# binderhub-production-gpu:
# protected: false
binderhub-production:
valuesFiles:
- "../binderhub/config.yaml"
# - "binderhub/production/config.yaml"
- "../binderhub/production/config_beta_GKE.yaml"

# binderhub-production-gpu:
# enabled: true
# valuesFiles:
# - "../binderhub/config.yaml"
# # - "binderhub/production/config.yaml"
# - "../binderhub/production/config_beta.yaml"
# - "../binderhub/production/config_beta_GPU.yaml"
23 changes: 23 additions & 0 deletions helmsman/gpu.binder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
settings:
kubeContext: gpu

# namespaces:
# binderhub-staging-gpu:
# protected: false
# binderhub-production-gpu:
# protected: false

apps:
binderhub-production:
valuesFiles:
- "../binderhub/config.yaml"
# - "binderhub/production/config.yaml"
- "../binderhub/production/config_beta.yaml"

binderhub-production-gpu:
enabled: true
valuesFiles:
- "../binderhub/config.yaml"
# - "binderhub/production/config.yaml"
# - "../binderhub/production/config_beta.yaml"
- "../binderhub/production/config_beta_GPU.yaml"

0 comments on commit 87bf85c

Please sign in to comment.