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