31 lines
627 B
YAML
31 lines
627 B
YAML
image:
|
|
repository: tccr.io/truecharts/webnut
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:ac95f4cde74c1e31d1142313d82b5383aa3d647d5fcfafa820012e2e30efe57f
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10585
|
|
protocol: http
|
|
targetPort: 6543
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
UPS_HOST: "127.0.0.1"
|
|
UPS_PORT: 3493
|
|
UPS_USER: monuser
|
|
UPS_PASSWORD: secret
|