33 lines
659 B
YAML
33 lines
659 B
YAML
image:
|
|
repository: docker.io/edgd1er/webnut
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:7caa180bd2b96e5f6fc5f02a07ed6aea2e88340c0f322c2451f0d9b3f6413af0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10585
|
|
protocol: http
|
|
targetPort: 6543
|
|
|
|
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
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|