31 lines
570 B
YAML
31 lines
570 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: m0ngr31/dailynotes
|
||
|
tag: latest@sha256:fee45ab299434cbc9d4a380f28a29448eac52284a3adb6b0854bdf38fd9a1b12
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /app/config
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5000
|
||
|
protocol: tcp
|
||
|
targetPort: 5000
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
PREVENT_SIGNUPS: ""
|