27 lines
512 B
YAML
27 lines
512 B
YAML
|
env:
|
||
|
PASTE_ENABLE_CHARTS: "0"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/mojopaste
|
||
|
tag: latest@sha256:ca5766afbe0cbf24412ea90ba9e1cb74810cb4c4e21b9883e69a3a2cff57409f
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /app/data
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3300
|
||
|
protocol: TCP
|
||
|
targetPort: 8080
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|