-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmchart.yaml
More file actions
54 lines (54 loc) · 1.62 KB
/
helmchart.yaml
File metadata and controls
54 lines (54 loc) · 1.62 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
apiVersion: kots.io/v1beta2
kind: HelmChart
metadata:
name: gameshelf
spec:
chart:
name: gameshelf
chartVersion: "0.0.0"
values:
adminSecret: repl{{ ConfigOption `admin_secret`}}
siteName: repl{{ ConfigOption `site_name`}}
siteColor: repl{{ ConfigOption `site_color`}}
customBrandingEnabled: repl{{ LicenseFieldValue `custom_branding_enabled` }}
imageProxy:
host: ""
service:
type: NodePort
nodePort: 30081
image:
registry: 'repl{{ ReplicatedImageRegistry "ghcr.io" }}'
repository: 'aa-replicated/gameshelf'
pullPolicy: IfNotPresent
replicated:
image:
registry: 'repl{{ ReplicatedImageRegistry "proxy.replicated.com" true }}'
postgresql:
enabled: 'repl{{ ConfigOption "db_type" | eq "embedded" }}'
auth:
password: 'repl{{ ConfigOption "db_password_generated" }}'
image:
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'
externalDatabase:
host: 'repl{{ ConfigOption "db_host" }}'
port: 'repl{{ ConfigOption "db_port" }}'
database: 'repl{{ ConfigOption "db_name" }}'
username: 'repl{{ ConfigOption "db_user" }}'
password: 'repl{{ ConfigOption "db_password" }}'
redis:
image:
registry: 'repl{{ ReplicatedImageRegistry "index.docker.io" }}'
builder:
image:
registry: "ghcr.io"
repository: "aa-replicated/gameshelf"
replicated:
image:
registry: "proxy.replicated.com"
repository: "library/replicated-sdk-image"
postgresql:
image:
registry: "docker.io"
redis:
image:
registry: "docker.io"