31 lines
570 B
YAML
31 lines
570 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/diamkil/socials
|
|
tag: main@sha256:ec22a94aad6850b2667c506dfec53cdd39b241f039c5a1187b569f3aefc2c75b
|
|
persistence:
|
|
socials:
|
|
enabled: true
|
|
mountPath: /app/people
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7574
|
|
protocol: tcp
|
|
targetPort: 7574
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
LOG_LEVEL: info
|