34 lines
653 B
YAML
34 lines
653 B
YAML
|
image:
|
||
|
repository: anirdev/slink
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v1.0.0@sha256:6c47fcaab5c77b57540602aff5fd11534e480b73f6e06a24926fb22cb326e900
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
port: 3000
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
USER_APPROVAL_REQUIRED: true
|
||
|
IMAGE_MAX_SIZE: "15M"
|
||
|
persistence:
|
||
|
database:
|
||
|
enabled: true
|
||
|
mountPath: "/app/var/data"
|
||
|
images:
|
||
|
enabled: true
|
||
|
mountPath: "/app/slink/images"
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|