Files
truecharts/charts/incubator/lancache-monolithic/values.yaml
T
TrueCharts BotandGitHub bf8019bf95 chore(deps): update docker general non-major (#3606)
* 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-08-29 08:32:03 +03:00

41 lines
795 B
YAML

image:
repository: tccr.io/truecharts/lancache-monolithic
pullPolicy: IfNotPresent
tag: latest@sha256:8bbbdc265ab1ba9f1d2d00ada6060dd4669bebdbc8e6ce96b1f54e964ff5ec6f
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
persistence:
config:
enabled: true
mountPath: "/data/cache"
logs:
enabled: true
mountPath: "/data/logs"
portal:
enabled: false