-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
63 lines (60 loc) · 1.51 KB
/
helmrelease.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
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: relax-sounds
namespace: relax-sounds
spec:
chart:
spec:
chart: relax-sounds
version: 1.1.0
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: gabe565
interval: 1h
driftDetection:
mode: enabled
values:
controllers:
main:
strategy: Recreate
containers:
main:
image:
repository: ghcr.io/gabe565/relax-sounds
tag: 1.6.2@sha256:7bec9c41ac354b86fb2b179b06e0bcefc6bf0c5cca0d4f3ddc905d74cd593541
pullPolicy: IfNotPresent
env:
TZ: America/Chicago
pod:
labels:
policy.gabe565.com/ingress-ingress: "true"
policy.gabe565.com/ingress-prometheus: "true"
ingress:
main:
enabled: true
annotations:
nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
nginx.ingress.kubernetes.io/proxy-body-size: 20M
hosts:
- host: ${app_url}
paths:
- path: /
service:
name: main
tls:
- secretName: ${certificate_name}
hosts:
- ${app_url}
- www.${app_url}
persistence:
data:
enabled: true
storageClass: longhorn-ssd
accessMode: ReadWriteOnce
size: 512Mi
serviceMonitor:
main:
enabled: true