32 lines
669 B
YAML
32 lines
669 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: f0rc3/gokapi
|
|
tag: v1.7.2@sha256:c36a63685223e429438cdb6fd4310f72c4be72e711f44e640f94625edeb2cc00
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
portal:
|
|
enabled: true
|
|
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
|