28 lines
464 B
YAML
28 lines
464 B
YAML
image:
|
|
repository: jorenn92/maintainerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.0.3@sha256:712e990afff98767a880284eb914fd5f2f5d76c5e8838c3f003fecdeb045b912
|
|
|
|
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
|