-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvalues.yaml
54 lines (46 loc) · 1.35 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Provided by the app descriptor
image:
image: "us.gcr.io/broad-dsp-gcr-public/terra-rstudio-aou:0.1.1"
# Provided by Leonardo
serviceAccount:
# name: "dummy"
service:
type: ClusterIP
port: 80
# TLS and rewrite rules provided by Leonardo
ingress:
# enabled: true
# annotations:
# nginx.ingress.kubernetes.io/auth-tls-secret: "{{ $.Release.Namespace }}/ca-secret"
# nginx.ingress.kubernetes.io/proxy-redirect-from: "https://k8s-host/"
# nginx.ingress.kubernetes.io/proxy-redirect-to: "https://leo-host/"
# nginx.ingress.kubernetes.io/rewrite-target: "/$2"
# host: "1455694897.jupyter.firecloud.org"
# rstudio.path: "/proxy/google/v1/apps/dsp-leo-test1/app1/rstudio-service(/|$)(.*)"
# welder.path: "/proxy/google/v1/apps/dsp-leo-test1/app1/welder-service(/|$)(.*)"
# tls:
# - secretName: "tls-secret"
# hosts:
# - "k8s.app.info"
# Provided by Leonardo
nodeSelector:
# cloud.google.com/gke-nodepool: "nodepool-name"
# GCE PD provided by Leonardo
persistence:
# size: 100G
# gcePersistentDisk: "disk--test"
# Provided by Leonardo
extraEnv:
# - name: WORKSPACE_NAME
# value: my-workspace
welder:
extraEnv:
# - name: GOOGLE_PROJECT
# value: "dummy"
# - name: STAGING_BUCKET
# value: "dummy"
# - name: CLUSTER_NAME
# value: "dummy"
# - name: OWNER_EMAIL
# value: "dummy"
replicaCount: 1