feat(dev): move dev apps to incubator and remove bad content from dev

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 18:41:28 +02:00
parent 6e62ddca78
commit d9d8d4fe2a
573 changed files with 0 additions and 595 deletions
@@ -0,0 +1,36 @@
env:
ANONYMOUS_METHODS: ''
AUTH_TYPE: Basic
LOCATION: /
PASSWORD: ''
PUMASK: '0000'
REALM: WebDAV-Login
SERVER_NAMES: localhost
SSL_CERT: ''
USERNAME: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apache-webdav
tag: latest
persistence:
config:
enabled: true
mountPath: /var/lib/dav
data:
enabled: true
mountPath: /var/lib/dav/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8384
protocol: TCP
targetPort: 80