21 lines
420 B
YAML
21 lines
420 B
YAML
image:
|
|
repository: docker.io/cglatot/pasta
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.6.6@sha256:e7d8050f3800c44628753da337ee267f23d408d19735bc4c62e21027bdde40fe
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10302
|
|
protocol: http
|
|
targetPort: 80
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|