From 84833b0e946ce2f1bc1eba233270bd7cd1368863 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Fri, 16 Apr 2021 19:49:39 +0200 Subject: [PATCH] yes --- .../debian-stable/tekton-debian-stable.yaml | 1 + apps/smarthome/home-assistant.yaml | 26 +++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/_CI-CD/debian-stable/tekton-debian-stable.yaml b/_CI-CD/debian-stable/tekton-debian-stable.yaml index 02974c3..5775440 100644 --- a/_CI-CD/debian-stable/tekton-debian-stable.yaml +++ b/_CI-CD/debian-stable/tekton-debian-stable.yaml @@ -50,6 +50,7 @@ spec: - --dockerfile=$(params.pathToContainerFile) - --destination=$(resources.outputs.builtImage.url) - --context=$(params.pathToContext) + - --snapshotMode=redo - --skip-tls-verify #workspaces: # - name: workspace diff --git a/apps/smarthome/home-assistant.yaml b/apps/smarthome/home-assistant.yaml index ae89097..48881fc 100644 --- a/apps/smarthome/home-assistant.yaml +++ b/apps/smarthome/home-assistant.yaml @@ -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