17 lines
352 B
YAML
17 lines
352 B
YAML
# Minimal values stub for Symbols.Server deployment
|
|
image:
|
|
repository: ghcr.io/stella-ops/symbols-server
|
|
tag: edge
|
|
|
|
postgres:
|
|
enabled: true
|
|
connectionString: "Host=postgres;Port=5432;Database=symbols;Username=stellaops;Password=stellaops"
|
|
|
|
rustfs:
|
|
enabled: true
|
|
endpoint: "http://rustfs:8080"
|
|
bucket: "symbols"
|
|
|
|
ingress:
|
|
enabled: false
|