26 lines
504 B
YAML
26 lines
504 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/suistartpage
|
|
tag: latest@sha256:ff558229637988720cf6e3ab888b4e7b2642b4a5fddfc3378fbb91d68636a2c9
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /usr/share/nginx/html
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8489
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|