Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Apr 22, 2024
1 parent 0b08c81 commit fd3424f
Showing 1 changed file with 187 additions and 0 deletions.
187 changes: 187 additions & 0 deletions output.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
amazon_web_services: null
argo_workflows:
enabled: true
nebari_workflow_controller:
enabled: true
image_tag: 2024.3.3
overrides: {}
azure:
kubernetes_version: 1.29.2
max_pods: null
network_profile: null
node_groups:
general:
instance: Standard_D8_v3
max_nodes: 1
min_nodes: 1
user:
instance: Standard_D4_v3
max_nodes: 5
min_nodes: 0
worker:
instance: Standard_D4_v3
max_nodes: 5
min_nodes: 0
private_cluster_enabled: false
region: Central US
resource_group_name: null
storage_account_postfix: rx9o
tags: {}
vnet_subnet_id: null
certificate:
acme_email: [email protected]
acme_server: https://acme-v02.api.letsencrypt.org/directory
secret_name: null
type: lets-encrypt
ci_cd:
after_script: []
before_script: []
branch: main
commit_render: true
type: github-actions
conda_store:
default_namespace: nebari-git
extra_config: ''
extra_settings: {}
image: quansight/conda-store-server
image_tag: 2024.3.1
object_storage: 200Gi
default_images:
dask_worker: quay.io/nebari/nebari-dask-worker:main
jupyterhub: quay.io/nebari/nebari-jupyterhub:main
jupyterlab: quay.io/nebari/nebari-jupyterlab:main
digital_ocean: null
dns:
auto_provision: true
provider: cloudflare
domain: ci-azure.nebari.dev
environments:
environment-dashboard.yaml:
channels:
- conda-forge
dependencies:
- python==3.11.6
name: dashboard
environment-dask.yaml:
channels:
- conda-forge
dependencies:
- python==3.11.6
name: dask
existing: null
external_container_reg:
access_key_id: null
enabled: false
extcr_account: null
extcr_region: null
secret_access_key: null
google_cloud_platform: null
helm_extensions: []
ingress:
terraform_overrides: {}
jhub_apps:
enabled: false
jupyterhub:
overrides: {}
jupyterlab:
default_settings: {}
idle_culler:
kernel_cull_busy: false
kernel_cull_connected: true
kernel_cull_idle_timeout: 15
kernel_cull_interval: 5
server_shutdown_no_activity_timeout: 15
terminal_cull_inactive_timeout: 15
terminal_cull_interval: 5
initial_repositories: []
preferred_dir: null
local: null
monitoring:
enabled: true
minio_enabled: true
overrides:
loki: {}
minio: {}
promtail: {}
namespace: dev
nebari_version: 2024.4.1rc1
prevent_deploy: false
profiles:
dask_worker:
Medium Worker:
worker_cores: 3
worker_cores_limit: 4
worker_memory: 10G
worker_memory_limit: 16G
worker_threads: 4
Small Worker:
worker_cores: 1
worker_cores_limit: 2
worker_memory: 5G
worker_memory_limit: 8G
worker_threads: 2
jupyterlab:
- access: all
default: true
description: Stable environment with 2 cpu / 8 GB ram
display_name: Small Instance
groups: null
kubespawner_override:
cpu_guarantee: 1
cpu_limit: 2
mem_guarantee: 5G
mem_limit: 8G
users: null
- access: all
default: false
description: Stable environment with 4 cpu / 16 GB ram
display_name: Medium Instance
groups: null
kubespawner_override:
cpu_guarantee: 3
cpu_limit: 4
mem_guarantee: 10G
mem_limit: 16G
users: null
project_name: pytestazurekhjmt
provider: azure
security:
authentication:
type: password
keycloak:
initial_root_password: avk8wie4pqmpgy9yhvkud28qtkf6uhqg
overrides: {}
realm_display_name: Nebari
shared_users_group: true
storage:
conda_store: 200Gi
shared_filesystem: 200Gi
telemetry:
jupyterlab_pioneer:
enabled: false
log_format: null
terraform_state:
backend: null
config: {}
type: remote
tf_extensions: []
theme:
jupyterhub:
accent_color: '#32C574'
accent_color_dark: '#32C574'
display_version: 'True'
favicon: https://raw.githubusercontent.com/nebari-dev/nebari-design/main/symbol/favicon.ico
h1_color: '#652e8e'
h2_color: '#652e8e'
hub_subtitle: Your open source data science platform, hosted on Azure
hub_title: Nebari - pytestazurekhjmt
logo: https://raw.githubusercontent.com/nebari-dev/nebari-design/main/logo-mark/horizontal/Nebari-Logo-Horizontal-Lockup-White-text.svg
navbar_color: '#1c1d26'
navbar_hover_color: '#db96f3'
navbar_text_color: '#f1f1f6'
primary_color: '#4f4173'
primary_color_dark: '#4f4173'
secondary_color: '#957da6'
secondary_color_dark: '#957da6'
text_color: '#111111'
version: v2024.4.1rc1

0 comments on commit fd3424f

Please sign in to comment.