-
Notifications
You must be signed in to change notification settings - Fork 4
/
values.yaml
232 lines (212 loc) · 4.69 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# Domain for your workstation
domain: example.com
# Values based on provisioning mechanism
aws:
efs: false
# Authentication (used across subsystems)
authentication:
username: workstation
# Change me!
password: M@inz!DE
# Network policies and OPA constraint templates
policies:
enabled: true
# Defaults applied to most pods
podDefaults:
automountServiceAccountToken: false
serviceAccountName: workstation-default
# Certbot for automated TLS certificate provisioning
certbot:
enabled: true
# Valid types are "google", "aws", and "cloudflare"
type: google
email: [email protected]
runsOnStandardVMs: true
runsOnSpotVMs: false
runsOnPreemptibleVMs: false
resources: {}
# For various seeding and initialization jobs
initializers:
image: ndebuhr/cloud-native-workstation-initializers:v0.18.0
resources: {}
# Keycloak
keycloak:
resources: {}
operator:
image: quay.io/keycloak/keycloak-operator:24.0.5
runsOnStandardVMs: true
runsOnSpotVMs: false
runsOnPreemptibleVMs: false
resources: {}
postgres:
resources: {}
# For protecting oauth2 proxied subsystems
oauth2Proxy:
enabled: true
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
runsOnStandardVMs: true
runsOnSpotVMs: false
runsOnPreemptibleVMs: false
resources: {}
# Code Server
code:
enabled: true
image: ndebuhr/cloud-native-workstation-code-server:v0.18.0
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
storage: 32Gi
resources: {}
dind:
image: docker:20-dind
storage: 16Gi
resources: {}
# PgWeb
pgweb:
enabled: false
image: ndebuhr/cloud-native-workstation-pgweb:v0.18.0
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
# SFTP server
sftp:
enabled: false
image: atmoz/sftp:debian
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
storage: 32Gi
resources: {}
# Selenium Grid
selenium:
enabled: false
hub:
image: selenium/hub:4.21
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
chrome:
enabled: false
image: selenium/node-chrome:4.21
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
firefox:
enabled: false
image: selenium/node-firefox:4.21
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
edge:
enabled: false
image: selenium/node-edge:4.21
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
# Jupyter notebook
jupyter:
enabled: false
image: ndebuhr/cloud-native-workstation-jupyter:v0.18.0
storage: 32Gi
gpu:
enabled: false
# If you are using the provided terraform provisioning, this value
# should match the gcp_gpu variable value
name: nvidia-tesla-t4
resources: {}
# requests:
# cpu: 0
# memory: 0
# nvidia.com/gpu: 1
# limits:
# cpu: 4
# memory: 8Gi
# nvidia.com/gpu: 1
# Landing page
landing:
enabled: false
image: gcr.io/google-samples/hello-app:2.0
targetPort: 8080
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
# SonarQube
sonarqube:
enabled: false
initContainers:
resources: {}
postgresql:
resources: {}
resources: {}
# Apache Guacamole
guacamole:
enabled: false
image: guacamole/guacamole:1.5.5
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
guacd:
image: guacamole/guacd:1.5.5
resources: {}
postgres:
image: postgres:9.6
storage: 16Gi
resources: {}
# Kanboard
kanboard:
enabled: false
image: kanboard/kanboard:v1.2.37
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
storage: 128Gi
resources: {}
# Prometheus
prometheus:
enabled: false
image: prom/prometheus:v2.52.0
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
storage: 16Gi
resources: {}
kubeStateMetrics:
enabled: false
image: quay.io/coreos/kube-state-metrics:v1.9.8
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
resources: {}
# Grafana
grafana:
enabled: false
image: grafana/grafana:11.0.0
dashboards:
prometheus:
plugin:
- dashboards/prometheus_stats.json
- dashboards/prometheus_2_stats.json
- dashboards/grafana_stats.json
community:
- 13332
runsOnStandardVMs: true
runsOnSpotVMs: true
runsOnPreemptibleVMs: true
storage: 8Gi
resources: {}
# Redis for OAuth2 Proxy session storage
redis:
architecture: standalone
auth:
enabled: false
master:
podLabels:
app: redis-master
resources: {}