2022-07-20 19:13:31 +00:00
|
|
|
env:
|
|
|
|
APP_CLEAN_INTERVAL: 10m
|
2022-07-22 18:23:01 +00:00
|
|
|
APP_DEBUG: "false"
|
2022-07-20 19:13:31 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/go-playground
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:428aebad7496a8acf0457bcaedfa1cc22051d1ec07f0c73a7e9f4279248af5f7
|
2022-07-20 19:13:31 +00:00
|
|
|
persistence: {}
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 8888
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8000
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|