-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvalues.yaml
79 lines (75 loc) · 2.2 KB
/
values.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
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.4.0/charts/library/common/values.schema.json
app-template:
defaultPodOptions:
automountServiceAccountToken: false
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: "OnRootMismatch"
controllers:
# Configure the main controller
main:
type: deployment
annotations:
reloader.stakater.com/auto: "true"
containers:
# Configure the main application container
main:
image:
repository: ghcr.io/c4illin/convertx
tag: v0.11.1
env:
TZ: Europe/Paris
ports:
- name: http
containerPort: 3000
probes:
liveness:
enabled: true
type: HTTP
readiness:
enabled: true
type: HTTP
service:
# Configure a service for the main application
main:
controller: main
type: ClusterIP
ports:
http:
port: 3000
ingress:
# Configure an Ingress for the main application
main:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/target: home.terence.cloud
nginx.ingress.kubernetes.io/proxy-body-size: 100m
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
gethomepage.dev/enabled: "true"
gethomepage.dev/name: convertx
gethomepage.dev/description: Self-hosted online file converter
gethomepage.dev/group: Tooling
gethomepage.dev/icon: https://raw.githubusercontent.com/C4illin/ConvertX/main/src/public/favicon-32x32.png
className: "nginx"
hosts:
- host: &host convert.terence.cloud
paths:
- path: /
pathType: Prefix
service:
identifier: main
port: http
tls:
- secretName: convert-tls
hosts:
- *host
persistence:
config:
enabled: true
type: persistentVolumeClaim
accessMode: ReadWriteOnce
size: 200Mi
globalMounts:
- path: /app/data