24 lines
341 B
YAML
24 lines
341 B
YAML
image:
|
|
repository: ghcr.io/example/xcontrol
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|
|
|
|
postgresql:
|
|
enabled: true
|
|
image: postgres:16
|
|
auth:
|
|
user: xcontrol
|
|
password: xcontrol
|
|
database: xcontrol
|
|
|
|
externalPostgresql:
|
|
enabled: false
|
|
host: ""
|
|
user: ""
|
|
password: ""
|
|
database: ""
|