33 lines
647 B
YAML
33 lines
647 B
YAML
|
env:
|
||
|
APACHE2_PORT: "980"
|
||
|
DATA_PERM: "770"
|
||
|
FORCE_UPDATE: "false"
|
||
|
UMASK: "0000"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/debian-apt-mirror
|
||
|
tag: latest@sha256:9fd27bc6e903fa2319111a441cabc0d4cbaeaa06d3d8aa43da21671c3cfc2e15
|
||
|
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:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 980
|
||
|
protocol: TCP
|
||
|
targetPort: 980
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|