From eb931676009e6d87c39dd69132263bce792aac32 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 23 Jun 2021 18:10:13 +0200 Subject: [PATCH] applied new paths --- apps/docker-registry/docker-registry-ui.yaml | 22 ++++++++++---------- apps/nextcloud/tekton-image-build.yaml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/docker-registry/docker-registry-ui.yaml b/apps/docker-registry/docker-registry-ui.yaml index f83786c..8afc051 100644 --- a/apps/docker-registry/docker-registry-ui.yaml +++ b/apps/docker-registry/docker-registry-ui.yaml @@ -25,25 +25,25 @@ spec: imagePullPolicy: Always env: - name: NGINX_PROXY_PASS_URL - value: "http://cr-ui.lan" + value: "http://cr.lan" - name: REGISTRY_TITLE value: "cReg" - name: DELETE_IMAGES value: "true" - - name: REGISTRY_URL - value: "http://cr.lan" + #- name: REGISTRY_URL + # value: "http://cr.lan" ports: - name: http containerPort: 80 protocol: TCP - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http + #livenessProbe: + # httpGet: + # path: / + # port: http + #readinessProbe: + # httpGet: + # path: / + # port: http resources: requests: memory: "20Mi" diff --git a/apps/nextcloud/tekton-image-build.yaml b/apps/nextcloud/tekton-image-build.yaml index 44c4215..0318519 100644 --- a/apps/nextcloud/tekton-image-build.yaml +++ b/apps/nextcloud/tekton-image-build.yaml @@ -30,10 +30,10 @@ spec: params: - name: pathToDockerFile type: string - default: $(resources.inputs.source.path)/apps/web/nextcloud/Dockerfile + default: $(resources.inputs.source.path)/apps/nextcloud/Dockerfile - name: pathToContext type: string - default: $(resources.inputs.source.path)/apps/web/nextcloud + default: $(resources.inputs.source.path)/apps/nextcloud resources: inputs: - name: source