-
Notifications
You must be signed in to change notification settings - Fork 15
/
release.yaml
94 lines (89 loc) · 2.43 KB
/
release.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
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: homer
spec:
interval: 5m
chart:
spec:
chart: app-template
version: 1.5.1
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s-helm-charts
namespace: flux-system
# See https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
values:
image:
repository: docker.io/b4bz/homer
tag: v24.11.1@sha256:dcb90201b2426eef0f6f207a8f62c6dc47584391bff3f01b69c762fca9d25f48
env:
TZ: "Europe/Berlin"
UID: "911"
GID: "911"
persistence:
config:
enabled: true
mountPath: /www/assets
existingClaim: homer-pvc
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: true
annotations:
hajimari.io/enable: "true"
hajimari.io/icon: view-dashboard
hajimari.io/info: Casa96 Dashboard
hajimari.io/group: tools
hosts:
- host: &home home2.pub.${CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *home
addons:
codeserver:
enabled: true
image:
repository: ghcr.io/coder/code-server
tag: 4.95.1@sha256:d9bc7797d997e1b199e333676732e075bac4bae276dc0fe1baece2e313edfa09
workingDir: "/www/assets"
args:
- --user-data-dir
- "/www/assets/.vscode"
- --auth
- "none"
ingress:
enabled: true
annotations:
hajimari.io/enable: "true"
hajimari.io/icon: vscode-icons:file-type-vscode
hajimari.io/info: Homer editor
hajimari.io/group: tools
hosts:
- host: home-editor.pub.${CLUSTER_DOMAIN}
paths:
- path: /
# Ignored if not kubeVersion >= 1.14-0
pathType: Prefix
- host: home-editor.home.${CLUSTER_DOMAIN}
paths:
- path: /
# Ignored if not kubeVersion >= 1.14-0
pathType: Prefix
tls:
- hosts:
- home-editor.pub.${CLUSTER_DOMAIN}
- home-editor.home.${CLUSTER_DOMAIN}
volumeMounts:
- name: config
mountPath: /www/assets