28 lines
520 B
YAML
28 lines
520 B
YAML
env:
|
|
LOG_LEVEL: info
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/socials
|
|
tag: vmain@sha256:5804199d19dd00c51fea79473da522b9ca56e411f76cda3f9d3da7f43b6783d3
|
|
persistence:
|
|
socials:
|
|
enabled: true
|
|
mountPath: /app/people
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7574
|
|
protocol: TCP
|
|
targetPort: 7574
|
|
|
|
portal:
|
|
enabled: true
|