24 lines
475 B
YAML
24 lines
475 B
YAML
env:
|
|
APP_CLEAN_INTERVAL: 10m
|
|
APP_DEBUG: "false"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: x1unix/go-playground
|
|
tag: latest@sha256:2d9dad67af7a801cf472dccde3cecd02a2b19e4412b136d2a6ede02489baa470
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8888
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
portal:
|
|
enabled: true
|