56 lines
1.2 KiB
YAML
56 lines
1.2 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/lancache-monolithic
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: latest@sha256:eb23244b951e999cd1f0731fb8cc8a3aaa21c929ed20b8d35f47b1ce0f2af995
|
||
|
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:
|
||
|
open:
|
||
|
enabled: false
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
type: tcp
|
||
|
readiness:
|
||
|
type: tcp
|
||
|
startup:
|
||
|
type: tcp
|
||
|
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
|