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) - --dockerfile=$(params.pathToContainerFile)
- --destination=$(resources.outputs.builtImage.url) - --destination=$(resources.outputs.builtImage.url)
- --context=$(params.pathToContext) - --context=$(params.pathToContext)
- --snapshotMode=redo
- --skip-tls-verify - --skip-tls-verify
#workspaces: #workspaces:
# - name: workspace # - name: workspace

View File

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