-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelm-release.yaml
More file actions
78 lines (74 loc) · 1.73 KB
/
helm-release.yaml
File metadata and controls
78 lines (74 loc) · 1.73 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
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app stirling-pdf
namespace: home
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 4.2.0
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
controllers:
stirling-pdf:
containers:
app:
image:
repository: ghcr.io/stirling-tools/stirling-pdf
tag: 2.5.1-fat@sha256:8b1dabdac8234559c750d644da53f8b3ce727e851cedea32bac40a0e91b31edc
pullPolicy: IfNotPresent
env:
TZ: ${TIMEZONE}
DOCKER_ENABLE_SECURITY: false
SECURITY_ENABLE_LOGIN: false
resources:
requests:
cpu: 10m
memory: 500Mi
limits:
memory: 2Gi
service:
app:
controller: *app
ports:
http:
port: 8080
ingress:
app:
className: "internal"
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/icon: sh-stirling-pdf
gethomepage.dev/name: Stirling PDF
gethomepage.dev/group: selfhosted
hosts:
- host: &host "stirling-pdf.${SECRET_DOMAIN}"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
persistence:
configs:
type: emptyDir
logs:
type: emptyDir
tessdata:
type: emptyDir