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 imagePullPolicy: Always
env: env:
- name: NGINX_PROXY_PASS_URL - name: NGINX_PROXY_PASS_URL
value: "http://cr-ui.lan" value: "http://cr.lan"
- name: REGISTRY_TITLE - name: REGISTRY_TITLE
value: "cReg" value: "cReg"
- name: DELETE_IMAGES - name: DELETE_IMAGES
value: "true" value: "true"
- name: REGISTRY_URL #- name: REGISTRY_URL
value: "http://cr.lan" # value: "http://cr.lan"
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
livenessProbe: #livenessProbe:
httpGet: # httpGet:
path: / # path: /
port: http # port: http
readinessProbe: #readinessProbe:
httpGet: # httpGet:
path: / # path: /
port: http # port: http
resources: resources:
requests: requests:
memory: "20Mi" memory: "20Mi"

View File

@@ -30,10 +30,10 @@ spec:
params: params:
- name: pathToDockerFile - name: pathToDockerFile
type: string type: string
default: $(resources.inputs.source.path)/apps/web/nextcloud/Dockerfile default: $(resources.inputs.source.path)/apps/nextcloud/Dockerfile
- name: pathToContext - name: pathToContext
type: string type: string
default: $(resources.inputs.source.path)/apps/web/nextcloud default: $(resources.inputs.source.path)/apps/nextcloud
resources: resources:
inputs: inputs:
- name: source - name: source