-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathvalues.yaml
executable file
·90 lines (82 loc) · 1.8 KB
/
values.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
86
87
88
89
90
#
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
#
#
image:
repository: m4dm4rtig4n/enedisgateway2mqtt
pullPolicy: Always
tag: 0.3.1
strategy:
type: Recreate
env:
ACCESS_TOKEN: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
PDL: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
MQTT_HOST: ""
# MQTT_PORT: "1883"
# MQTT_PREFIX: "enedis_gateway"
# MQTT_CLIENT_ID: "enedis_gateway"
# MQTT_USERNAME: 'enedis_gateway_username'
# MQTT_PASSWORD: 'enedis_gateway_password'
# CYCLE: 86400
# YEARS: 1
# BASE_PRICE: 0.1445
args: []
# - "--debug"
service:
main:
enabled: false
ingress:
main:
enabled: false
probes:
liveness:
enabled: false
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10
readiness:
enabled: false
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10
startup:
enabled: false
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10
persistence:
data:
enabled: true
mountPath: /data
accessMode: ReadWriteOnce
size: 1Gi