sweet caroline

This commit is contained in:
2021-02-09 20:26:53 +01:00
parent 315520baa6
commit f616346ac6
4 changed files with 33 additions and 17 deletions

View File

@@ -19,8 +19,7 @@ spec:
spec:
containers:
- name: hassio
image: "homeassistant/home-assistant:stable"
#image: "homeassistant/aarch64-hassio-supervisor:latest"
image: "homeassistant/home-assistant:latest"
imagePullPolicy: Always
env:
- name: TZ
@@ -36,11 +35,14 @@ spec:
httpGet:
path: /
port: http
# resources:
initialDelaySeconds: 60
periodSeconds: 10
readinessProbe:
httpGet:
path: /
port: http
initialDelaySeconds: 60
periodSeconds: 5
# requests:
# memory: "256Mi"
# cpu: "250m"
@@ -50,10 +52,27 @@ spec:
- name: configurator
image: "causticlab/hass-configurator-docker:arm"
imagePullPolicy: Always
env:
- name: HC_HASS_API
value: http://127.0.0.1:8123/api/
- name: HC_HASS_API_PASSWORD
value: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhMzBmYjU1ZjcyZGE0Yzc2YmU2NmY0NjljNTAyMjdjZCIsImlhdCI6MTYxMjg4MzI5NywiZXhwIjoxOTI4MjQzMjk3fQ.1ICsHliUXR0CG4H8vQRYJ5jVqFwmqKSB0fScSitC-Q4
ports:
- name: adm
containerPort: 3218
protocol: TCP
livenessProbe:
httpGet:
path: /
port: 3218
initialDelaySeconds: 3
periodSeconds: 3
readinessProbe:
httpGet:
path: /
port: 3218
initialDelaySeconds: 10
periodSeconds: 5
volumeMounts:
- name: hassio-storage
mountPath: /hass-config

View File

@@ -17,9 +17,8 @@ spec:
app: piwigo
spec:
containers:
- image: linuxserver/piwigo
- image: linuxserver/piwigo:latest
name: piwigo
imagePullPolicy: IfNotPresent
env:
# Use secret in real usage
- name: TZ