diff --git a/apps/smarthome/home-assistant.yaml b/apps/smarthome/home-assistant.yaml index 370d674..ae89097 100644 --- a/apps/smarthome/home-assistant.yaml +++ b/apps/smarthome/home-assistant.yaml @@ -43,12 +43,13 @@ spec: port: http initialDelaySeconds: 60 periodSeconds: 5 - requests: - memory: "92Mi" - cpu: "250m" - limits: - memory: "256Mi" - cpu: "500m" + resources: + requests: + memory: "92Mi" + cpu: "250m" + limits: + memory: "256Mi" + cpu: "500m" - name: configurator image: "causticlab/hass-configurator-docker:arm" imagePullPolicy: Always diff --git a/apps/web/nextcloud/deployment.yaml b/apps/web/nextcloud/deployment.yaml index 23869eb..f489163 100644 --- a/apps/web/nextcloud/deployment.yaml +++ b/apps/web/nextcloud/deployment.yaml @@ -57,10 +57,10 @@ spec: - name: http containerPort: 80 protocol: TCP - startupProbe: - httpGet: - path: / - port: http +# startupProbe: +# httpGet: +# path: / +# port: http # livenessProbe: # httpGet: # path: / diff --git a/apps/web/nextcloud/tekton-image-build.yaml b/apps/web/nextcloud/tekton-image-build.yaml index 670dd9d..44c4215 100644 --- a/apps/web/nextcloud/tekton-image-build.yaml +++ b/apps/web/nextcloud/tekton-image-build.yaml @@ -56,7 +56,7 @@ spec: apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: - name: img-nextcloud-taskrun + name: img-nextcloud spec: #serviceAccountName: dockerhub-service taskRef: