-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelmrelease.yaml
85 lines (82 loc) · 2.25 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.6.1/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: theme-park
namespace: theme-park
spec:
chart:
spec:
chart: app-template
version: 3.6.1
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: bjw-s
interval: 1h
driftDetection:
mode: enabled
values:
controllers:
theme-park:
strategy: RollingUpdate
containers:
app:
image:
repository: ghcr.io/onedr0p/theme-park
tag: 1.18.0@sha256:210d8f5d9466df493503184fb076bbf1fb9fbc2b42e273cd4516ac3fd1df7ba2
pullPolicy: IfNotPresent
env:
TZ: America/Chicago
probes:
startup:
enabled: true
spec:
failureThreshold: 30
periodSeconds: 5
liveness:
enabled: true
readiness:
enabled: true
securityContext:
readOnlyRootFilesystem: true
pod:
labels:
policy.gabe565.com/ingress-ingress: "true"
persistence:
tmp:
enabled: true
type: emptyDir
service:
theme-park:
controller: theme-park
ports:
http:
port: 8080
ingress:
theme-park:
enabled: true
hosts:
- host: ${app_url}
paths:
- path: /
service:
identifier: theme-park
port: http
tls: &tls
- secretName: ${certificate_name}
hosts:
- ${app_url}
plex-logo:
enabled: true
annotations:
nginx.ingress.kubernetes.io/temporal-redirect: "https://${s3_url}/theme-park/plex.svg"
hosts:
- host: ${app_url}
paths:
- path: /css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png
service:
identifier: theme-park
port: http
tls: *tls