-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelmrelease.yaml
More file actions
96 lines (96 loc) · 2.51 KB
/
helmrelease.yaml
File metadata and controls
96 lines (96 loc) · 2.51 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
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: apprise
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.7.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
driftDetection:
mode: enabled
values:
controllers:
apprise:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: docker.io/caronc/apprise
tag: v1.3.3@sha256:4bfeac268ba87b8e08e308c9aa0182fe99e9501ec464027afc333d1634e65977
env:
TZ: ${TIMEZONE}
PGID: 1000
PUID: 1000
APPRISE_STATEFUL_MODE: "simple"
APPRISE_WORKER_COUNT: 1
APPRISE_CONFIG_LOCK: "yes"
APPRISE_CONFIG_DIR: "/config"
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /status
port: &port 8080
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 10
failureThreshold: 6
readiness: *probes
resources:
requests:
cpu: 250m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
service:
app:
controller: apprise
ports:
http:
port: *port
ingress:
app:
annotations:
external-dns.alpha.kubernetes.io/target: internal.${SECRET_DOMAIN}
className: internal
hosts:
- host: apprise.${SECRET_DOMAIN}
paths:
- path: /
service:
identifier: app
port: http
persistence:
config:
existingClaim: apprise
cross-seed-cfg:
type: secret
name: apprise-secret
globalMounts:
- path: /config/cross-seed.cfg
subPath: cross-seed.cfg
readOnly: true
cache:
type: emptyDir
globalMounts:
- path: /config/store