28 lines
527 B
YAML
28 lines
527 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: awesometic/h5ai
|
||
|
tag: latest@sha256:fed198244e48af2c7a81bf5929c6191d789aaa1a548404841e4e4c150f96c8ea
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
directorystorage:
|
||
|
enabled: true
|
||
|
mountPath: /h5ai
|
||
|
readOnly: true
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 80
|
||
|
protocol: tcp
|
||
|
targetPort: 80
|