24 lines
451 B
YAML
24 lines
451 B
YAML
env:
|
|
ROOT_URL: /
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/stackedit
|
|
tag: latest@sha256:6726cbd49d3071da041ba939153975c1af40c50a126dc4510b55ee39fd42b569
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
|
|
portal:
|
|
enabled: true
|