-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
76 lines (68 loc) · 1.2 KB
/
values.yaml
File metadata and controls
76 lines (68 loc) · 1.2 KB
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
# Global
domain:
tls:
enabled: true
cluster_issuer: letsencrypt
# VMs available
vms:
cka:
template_id:
instance_type:
quota:
k8s:
k3s:
# Registry's information
registry:
url: ghcr.io/w3term
# Services
auth:
image:
tag: v1.0.13
wss:
image:
tag: v1.0.7
instances:
image:
tag: v1.0.7
www:
image:
tag: v1.0.4
nats:
image:
repository: nats
tag: 2.11.2-alpine
postgres:
image:
repository: postgres
tag: 17.4-alpine3.21
# The following contains sensitive data. For production env, it's better to use a SOPS / age encrypted `secrets.yaml`
# containing all the properties defined below.
jwt_secret:
# Github apps
github_applications:
test-app:
client_id:
client_secret:
website_url:
authorization_callback_url:
prod-app:
client_id:
client_secret:
website_url:
authorization_callback_url:
# Services
auth:
github_client_id:
github_client_secret:
wss:
vm_user:
ssh_key:
instances:
exoscale_api_key:
exoscale_api_secret:
database_url:
postgres:
auth:
username: postgres
password: postgres
database: vmmanager