27 lines
554 B
YAML
27 lines
554 B
YAML
image:
|
|
repository: ckulka/baikal
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.9.3-nginx@sha256:a66b84146894a4014e25f85d94db2751f873f275c98c7cdd4c0002ac78b86b75
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10293
|
|
protocol: HTTP
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /var/www/baikal/config
|
|
specific:
|
|
enabled: true
|
|
mountPath: /var/www/baikal/Specific
|
|
portal:
|
|
enabled: true
|