applied new paths

This commit is contained in:
2021-06-23 18:10:13 +02:00
parent c83fdd990a
commit eb93167600
2 changed files with 13 additions and 13 deletions

View File

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

View File

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