31 lines
512 B
YAML
31 lines
512 B
YAML
config:
|
|
externalUrl: https://cache.example.com/
|
|
|
|
persistence:
|
|
existingClaim: attic
|
|
|
|
initContainers:
|
|
dbInit:
|
|
image:
|
|
repository: ghcr.io/onedr0p/postgres-init
|
|
tag: "16"
|
|
envFrom:
|
|
- secretRef:
|
|
name: attic-secret
|
|
|
|
envFromSecret: attic-secret
|
|
|
|
image:
|
|
repository: ghcr.io/zhaofengli/attic
|
|
tag: 4dbdbee45728d8ce5788db6461aaaa89d98081f0
|
|
|
|
postgres:
|
|
secretName: attic-secret
|
|
|
|
resources:
|
|
limits:
|
|
memory: "3Gi"
|
|
cpu: "1000m"
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 250Mi
|