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