move to incubator

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 21:20:59 +02:00
parent 90381463b4
commit 7fe2b56fe5
498 changed files with 0 additions and 0 deletions
@@ -0,0 +1,31 @@
env:
APACHE2_PORT: '980'
DATA_PERM: '770'
FORCE_UPDATE: 'false'
UMASK: '0000'
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/debian-apt-mirror
tag: latest
persistence:
config:
enabled: true
mountPath: /debian-mirror/config
data:
enabled: true
mountPath: /debian-mirror/data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 980
protocol: TCP
targetPort: 980