This commit is contained in:
2021-04-16 19:49:39 +02:00
parent 4e45f3954c
commit 84833b0e94
2 changed files with 14 additions and 13 deletions

View File

@@ -50,6 +50,7 @@ spec:
- --dockerfile=$(params.pathToContainerFile)
- --destination=$(resources.outputs.builtImage.url)
- --context=$(params.pathToContext)
- --snapshotMode=redo
- --skip-tls-verify
#workspaces:
# - name: workspace

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: hassio
image: "homeassistant/home-assistant:latest"
image: homeassistant/home-assistant:latest
imagePullPolicy: Always
env:
- name: TZ
@@ -62,18 +62,18 @@ spec:
- name: adm
containerPort: 3218
protocol: TCP
livenessProbe:
httpGet:
path: /
port: 3218
initialDelaySeconds: 3
periodSeconds: 3
readinessProbe:
httpGet:
path: /
port: 3218
initialDelaySeconds: 10
periodSeconds: 5
#livenessProbe:
# httpGet:
# path: /
# port: 3218
# initialDelaySeconds: 60
# periodSeconds: 3
#readinessProbe:
# httpGet:
# path: /
# port: 3218
# initialDelaySeconds: 60
# periodSeconds: 5
volumeMounts:
- name: hassio-storage
mountPath: /hass-config