38 lines
745 B
YAML
38 lines
745 B
YAML
image:
|
|
repository: anirdev/slink
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.0.1@sha256:0656bfa11b4aa50472dcc7302c7482315734526857bf9c5ca987fc0b5960dee5
|
|
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
|