28 lines
474 B
YAML
28 lines
474 B
YAML
image:
|
|
repository: docker.io/jorenn92/maintainerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.2.0@sha256:4836d12d0d33b73f769d82ff66e96e018c26bc17e65025a80864bca94b993b79
|
|
|
|
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
|