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