43 lines
819 B
YAML
43 lines
819 B
YAML
image:
|
|
repository: tccr.io/truecharts/openhab
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.2.0@sha256:813f937332689854c808142b0b8af38edeed276e1c5a07bf4c77cb76ea6e7e61
|
|
|
|
service:
|
|
main:
|
|
protocol: HTTP
|
|
ports:
|
|
main:
|
|
port: 10169
|
|
https:
|
|
protocol: HTTPS
|
|
enabled: true
|
|
ports:
|
|
https:
|
|
enabled: true
|
|
port: 10170
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/openhab/conf"
|
|
addons:
|
|
enabled: true
|
|
mountPath: "/openhab/addons"
|
|
userdata:
|
|
enabled: true
|
|
mountPath: "/openhab/userdata"
|