hassio
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user