28 lines
556 B
YAML
28 lines
556 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/apt-cacher-ng
|
|
tag: latest@sha256:958f4fb1055b03c635851bd39a240ac89c55476e8210c83a691b76ff0a65aab8
|
|
persistence:
|
|
apt-cacher-ng:
|
|
enabled: true
|
|
mountPath: /var/cache/apt-cacher-ng
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3142
|
|
protocol: TCP
|
|
targetPort: 3142
|
|
|
|
portal:
|
|
enabled: true
|