38 lines
745 B
YAML
38 lines
745 B
YAML
image:
|
|
repository: anirdev/slink
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.1.0@sha256:2fb5e35f41f805d0e0e3a605006a9da5184525d2f61be86191922bca1948f339
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ORIGIN: "{{ .Values.chartContext.appUrl }}"
|
|
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
|
|
ingress:
|
|
main:
|
|
required: true
|