39 lines
772 B
YAML
39 lines
772 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: maxime1907/filegator
|
||
|
tag: latest@sha256:4997a9e44b411a11aa51d28685a8b59166445e18a1c52a667b3cedf7b96da6a9
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /data
|
||
|
storageconfigfile:
|
||
|
enabled: true
|
||
|
mountPath: /var/www/localhost/filegator/configuration.php
|
||
|
readOnly: true
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8048
|
||
|
protocol: http
|
||
|
targetPort: 80
|
||
|
webuihttps:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
webuihttps:
|
||
|
enabled: true
|
||
|
port: 8049
|
||
|
protocol: tcp
|
||
|
targetPort: 443
|