47 lines
868 B
YAML
47 lines
868 B
YAML
image:
|
|
repository: tccr.io/truecharts/anki-sync-server
|
|
tag: v1.1.14@sha256:3951d969ee43c9a0e69394e49111c55a69d4b5784b1cfe121a0151c29dccd811
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
ANKISYNCD_USERNAME: "test"
|
|
ANKISYNCD_PASSWORD: "123456"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 27701
|
|
targetPort: 27701
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|