This commit is contained in:
2020-11-09 19:33:15 +01:00
parent 5efad7226b
commit e8c1fa3cef

View File

@@ -21,9 +21,12 @@ spec:
- name: hassio
image: "homeassistant/home-assistant:latest"
imagePullPolicy: Always
env:
- name: TZ
value: Europe/Berlin
volumeMounts:
- name: hassio-storage
mountPath: /.storage
mountPath: /config
ports:
- name: http
containerPort: 8123
@@ -32,11 +35,11 @@ spec:
httpGet:
path: /
port: http
# resources:
readinessProbe:
httpGet:
path: /
port: http
# resources:
# requests:
# memory: "256Mi"
# cpu: "250m"