32 lines
709 B
YAML
32 lines
709 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/f0rc3/gokapi
|
|
tag: v2.2.4@sha256:43cd93b9e1f02d760923f67f6e74e1c4d4a9cccb9b08fa42ad60770333f231eb
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 53842
|
|
protocol: http
|
|
targetPort: 53842
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GOKAPI_LENGTH_ID: "15"
|
|
GOKAPI_MAX_FILESIZE: "102400"
|
|
GOKAPI_MAX_MEMORY_UPLOAD: "20"
|
|
GOKAPI_PASSWORD: changme
|
|
GOKAPI_USERNAME: admin
|