Files
truecharts/charts/stable/apt-cacher-ng/values.yaml
T
Stavros KoisandGitHub d833fa650a feat(apt-cacher-ng): move to stable and add docs (#3707)
* feat(apt-cacher-ng): move to stable and add docs

* chore(orbital-sync): update image ref
2022-09-06 00:52:24 +03:00

29 lines
512 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apt-cacher-ng
tag: v3.7.4@sha256:230be67941a442e6a47f4928cf8d7882d645d1c21752155c42e104e10520ace4
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 3142
protocol: TCP
targetPort: 3142
persistence:
apt-cacher-ng:
enabled: true
mountPath: /var/cache/apt-cacher-ng
portal:
enabled: true