26 lines
500 B
YAML
26 lines
500 B
YAML
env:
|
|
PREVENT_SIGNUPS: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: m0ngr31/dailynotes
|
|
tag: latest@sha256:fee45ab299434cbc9d4a380f28a29448eac52284a3adb6b0854bdf38fd9a1b12
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /app/config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
portal:
|
|
enabled: true
|