29 lines
555 B
YAML
29 lines
555 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: x1unix/go-playground
|
||
|
tag: latest@sha256:7606f5cb45fd182801e1faba6cf9c836c875d73ecb183033e55933aa0226125d
|
||
|
persistence: {}
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8888
|
||
|
protocol: tcp
|
||
|
targetPort: 8000
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
APP_CLEAN_INTERVAL: 10m
|
||
|
APP_DEBUG: "false"
|