24 lines
477 B
YAML
24 lines
477 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: corneliousjd/sui-startpage
|
||
|
tag: latest@sha256:0a4728be5ebed65e501c23444cb3b1f65f7a96e3bb36cff08450b3be0f45934e
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /usr/share/nginx/html
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8489
|
||
|
protocol: tcp
|
||
|
targetPort: 80
|