applied new paths
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user