-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelmrelease.yaml
62 lines (61 loc) · 1.86 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
# 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: extend
namespace: webos-dev-mode
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:
extend:
type: cronjob
cronjob:
schedule: "0 0 * * *"
initContainers:
runitor:
image:
repository: runitor/runitor
tag: v1.3.0-alpine@sha256:c1f487d3e4f7e2e5129b9abc2d993d466564fd85f623fb717298c230b8be2953
pullPolicy: IfNotPresent
command: [cp, /usr/local/bin/runitor, /tmp]
containers:
app:
image:
repository: ghcr.io/gabe565/webos-dev-mode
tag: 0.0.1@sha256:67761dd343e6fafa7742afe4f04272768b69702f59b98e00d5964dde313639c6
pullPolicy: Always
env:
TZ: America/Chicago
WEBOS_TOKEN: ${webos_token}
HC_API_URL: http://healthchecks.healthchecks:8000/ping
CHECK_UUID: ${healthchecks_uuid}
command:
- /tmp/runitor
- webos-dev-mode
- extend
securityContext:
readOnlyRootFilesystem: true
pod:
labels:
policy.gabe565.com/egress-healthchecks: "true"
policy.gabe565.com/egress-world: "true"
securityContext:
runAsUser: 65534
runAsGroup: 65534
fsGroup: 65534
persistence:
tmp:
enabled: true
type: emptyDir