28 lines
464 B
YAML
28 lines
464 B
YAML
|
image:
|
||
|
repository: jorenn92/maintainerr
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 2.0.0@sha256:7377075b39985b64369d1fddd1ea9ad39f59a8e98c777e2da4cd7041a93b6380
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
targetPort: 6246
|
||
|
port: 6246
|
||
|
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: "/opt/data"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|