touch .ocdata

This commit is contained in:
2021-04-10 21:46:11 +02:00
parent 71157dfa19
commit 0a42103c21
3 changed files with 12 additions and 11 deletions

View File

@@ -43,6 +43,7 @@ spec:
port: http port: http
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
resources:
requests: requests:
memory: "92Mi" memory: "92Mi"
cpu: "250m" cpu: "250m"

View File

@@ -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: /

View File

@@ -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: