svg
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-07-23 15:46:26 +02:00
parent dc0e331414
commit e7f2b7185a
29 changed files with 4521 additions and 10924 deletions

View File

@ -3,4 +3,4 @@ kind: Kustomization
resources:
- app-service.yaml
- app-deployment.yaml
- app-deployment.yaml

View File

@ -4,4 +4,3 @@ kind: Kustomization
resources:
- phpldapadmin-deployment.yaml
- phpldapadmin-service.yaml

View File

@ -3,4 +3,4 @@ kind: Kustomization
resources:
- sftpbrowser-deployment.yaml
- sftpbrowser-service.yaml
- sftpbrowser-service.yaml

View File

@ -19,10 +19,14 @@ spec:
image: reg.cadoles.com/afornerot/sftpbrowser
imagePullPolicy: "Always"
env:
- name: APACHE_ALIAS
value: 'sftpbrowser'
- name: SFTP_HOST
value: ${SFTP_SERVICE_NAME}
value: $(SFTP_SERVICE_NAME)
- name: SFTP_PORT
value: "22"
- name: SFTP_FOLDER
value: ""
- name: SFTP_USER
valueFrom:
secretKeyRef:

View File

@ -33,7 +33,7 @@ spec:
name: sftpbrowser
port:
number: 8080
- path: /pouet
- path: /
pathType: Prefix
backend:
service: