35 lines
636 B
YAML
35 lines
636 B
YAML
image:
|
|
repository: tccr.io/truecharts/pylon
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.9.0@sha256:bb531df57cb4d24870a33da715cd79878e25e1741d07724c30653fc27d5065da
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 3131
|
|
port: 3131
|
|
persistence:
|
|
code:
|
|
enabled: true
|
|
mountPath: "/code"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GITURL: ""
|
|
PYUSER: ""
|
|
PYPASS: ""
|