-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
46 lines (41 loc) · 984 Bytes
/
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
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: ascii-movie
namespace: ascii-movie
spec:
chart:
spec:
chart: ascii-movie
version: 0.16.3
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: gabe565
interval: 1h
driftDetection:
mode: enabled
valuesFrom:
- kind: Secret
name: ascii-movie-values
values:
env:
TZ: America/Chicago
ASCII_MOVIE_CONCURRENT_STREAMS: "5"
podLabels:
policy.gabe565.com/ingress-prometheus: "true"
policy.gabe565.com/ingress-world: "true"
service:
main:
loadBalancerIP: 192.168.1.225
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
capabilities: { drop: [ALL] }
podSecurityContext:
runAsNonRoot: true
seccompProfile: { type: RuntimeDefault }
serviceMonitor:
main:
enabled: true