37 lines
540 B
YAML
37 lines
540 B
YAML
image:
|
|
repository: tccr.io/truecharts/pylon
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.9.0@sha256:08e887ca696ae58ba16581730d4cba7317877d793fd1eb9f785dd184fb26ab2f
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
secretEnv:
|
|
PYUSER: ""
|
|
PYPASS: ""
|
|
|
|
env:
|
|
GITURL: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3131
|
|
port: 3131
|
|
|
|
persistence:
|
|
code:
|
|
enabled: true
|
|
mountPath: "/code"
|
|
varrun:
|
|
enabled: true
|
|
|
|
portal:
|
|
enabled: true
|