-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelmrelease.yaml
71 lines (69 loc) · 1.83 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
# 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: piper
namespace: home-assistant
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:
piper:
containers:
app:
image:
repository: rhasspy/wyoming-piper
tag: 1.5.0@sha256:b6bf208855f26168790ed336ad16576b2fb290f31b51fb98aca496a45561516f
pullPolicy: IfNotPresent
args:
- --voice=en_GB-alba-medium
resources:
requests:
cpu: 500m
limits:
cpu: 1000m
probes:
startup:
enabled: true
spec:
failureThreshold: 30
periodSeconds: 5
liveness:
enabled: true
readiness:
enabled: true
securityContext:
readOnlyRootFilesystem: true
pod:
labels:
policy.gabe565.com/egress-world: "true"
policy.gabe565.com/ingress-namespace: "true"
terminationGracePeriodSeconds: 1
service:
piper:
controller: piper
ports:
http:
port: 10200
persistence:
data:
enabled: true
retain: true
storageClass: longhorn-ssd
accessMode: ReadWriteOnce
size: 8Gi
tmp:
enabled: true
type: emptyDir
medium: Memory