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