touch .ocdata
This commit is contained in:
@@ -43,12 +43,13 @@ spec:
|
|||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
requests:
|
resources:
|
||||||
memory: "92Mi"
|
requests:
|
||||||
cpu: "250m"
|
memory: "92Mi"
|
||||||
limits:
|
cpu: "250m"
|
||||||
memory: "256Mi"
|
limits:
|
||||||
cpu: "500m"
|
memory: "256Mi"
|
||||||
|
cpu: "500m"
|
||||||
- name: configurator
|
- name: configurator
|
||||||
image: "causticlab/hass-configurator-docker:arm"
|
image: "causticlab/hass-configurator-docker:arm"
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|||||||
@@ -57,10 +57,10 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
startupProbe:
|
# startupProbe:
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /
|
# path: /
|
||||||
port: http
|
# port: http
|
||||||
# livenessProbe:
|
# livenessProbe:
|
||||||
# httpGet:
|
# httpGet:
|
||||||
# path: /
|
# path: /
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ spec:
|
|||||||
apiVersion: tekton.dev/v1beta1
|
apiVersion: tekton.dev/v1beta1
|
||||||
kind: TaskRun
|
kind: TaskRun
|
||||||
metadata:
|
metadata:
|
||||||
name: img-nextcloud-taskrun
|
name: img-nextcloud
|
||||||
spec:
|
spec:
|
||||||
#serviceAccountName: dockerhub-service
|
#serviceAccountName: dockerhub-service
|
||||||
taskRef:
|
taskRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user