Files
truecharts/charts/stable/lancache-monolithic/values.yaml
T
TrueCharts BotandGitHub 12c0b05b08 chore(deps): update docker general non-major (#4260)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-01 10:54:50 +02:00

49 lines
930 B
YAML

image:
repository: tccr.io/truecharts/lancache-monolithic
pullPolicy: IfNotPresent
tag: latest@sha256:8964a32e82cfb3dee723319f89f6aeea256f468b109f7ffca9de2ee55cb199a5
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
CACHE_DOMAINS_REPO: "https://github.com/uklans/cache-domains.git"
CACHE_DOMAINS_BRANCH: "master"
UPSTREAM_DNS: "1.1.1.1 1.0.0.1"
CACHE_DISK_SIZE: "1000000m"
CACHE_MAX_AGE: "3560d"
CACHE_INDEX_SIZE: "500m"
NOFETCH: false
service:
main:
ports:
main:
port: 10279
targetPort: 80
protocol: HTTP
https:
enabled: true
ports:
https:
enabled: true
port: 10280
targetPort: 443
protocol: HTTPS
persistence:
config:
enabled: true
mountPath: "/data"
logs:
enabled: true
mountPath: "/data/logs"
portal:
enabled: false