-
Notifications
You must be signed in to change notification settings - Fork 0
/
helmrelease.yaml
37 lines (37 loc) · 963 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
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: castsponsorskip
namespace: castsponsorskip
spec:
chart:
spec:
chart: castsponsorskip
version: 0.8.0
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
namespace: flux-system
name: gabe565
interval: 1h
driftDetection:
mode: enabled
values:
controllers:
main:
containers:
main:
env:
TZ: America/Chicago
CSS_YOUTUBE_API_KEY: ${youtube_api_key}
CSS_LOG_FORMAT: color
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: [ALL] }
pod:
labels:
policy.gabe565.com/egress-world-with-lan: "true"
securityContext:
runAsNonRoot: true
seccompProfile: { type: RuntimeDefault }