-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
105 lines (105 loc) · 2.79 KB
/
helmrelease.yaml
File metadata and controls
105 lines (105 loc) · 2.79 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
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
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s-labs/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: dashy
spec:
interval: 1h
chartRef:
kind: OCIRepository
name: app-template
values:
controllers:
dashy:
annotations:
reloader.stakater.com/auto: "true"
containers:
dashy:
image:
repository: ghcr.io/lissy93/dashy
tag: 4.1.1@sha256:96fe895835d7276c4397f5d9644404de92941795e1d6de58544c15ff07fecc73
env:
TZ: America/Toronto
DISABLE_CONFIG_BACKUPS: true
code-server:
image:
repository: ghcr.io/coder/code-server
tag: 4.118.0@sha256:4aff9947c113487113201da811564fade1af5f23038b4d683998d024eebbac92
securityContext:
runAsUser: 1000
args:
[
"--auth",
"none",
"--disable-telemetry",
"--disable-update-check",
"--user-data-dir",
"/tmp/.vscode",
"--extensions-dir",
"/tmp/.vs1ode",
"--port",
"8081",
"/config"
]
service:
dashy:
ports:
http:
port: &mainPort 8080
code-server:
ports:
http:
port: &codePort 8081
route:
dashy:
hostnames: ["dashy.zinn.ca"]
parentRefs:
- name: envoy-internal
namespace: network
rules:
- backendRefs:
- identifier: dashy
port: *mainPort
code-server:
hostnames: ["dashy-code.zinn.ca"]
parentRefs:
- name: envoy-internal
namespace: network
rules:
- backendRefs:
- identifier: code-server
port: *codePort
persistence:
config:
enabled: true
existingClaim: "${VOLSYNC_CLAIM}"
advancedMounts:
dashy:
dashy:
- path: /app/user-data
code-server:
- path: /config
icons:
enabled: true
type: configMap
name: dashy-icons
advancedMounts:
dashy:
dashy:
- path: /app/user-data/item-icons
readOnly: true
temp:
enabled: true
type: emptyDir
advancedMounts:
dashy:
code-server:
- path: /tmp/.vscode
backup:
existingClaim: self-hosted-backups
advancedMounts:
dashy:
dashy:
- path: /backups
subPath: dashy