devops folders consolidate
This commit is contained in:
@@ -3,16 +3,14 @@ image:
|
||||
repository: ghcr.io/stella-ops/symbols-server
|
||||
tag: edge
|
||||
|
||||
mongodb:
|
||||
postgres:
|
||||
enabled: true
|
||||
connectionString: "mongodb://mongo:27017/symbols"
|
||||
connectionString: "Host=postgres;Port=5432;Database=symbols;Username=stellaops;Password=stellaops"
|
||||
|
||||
minio:
|
||||
rustfs:
|
||||
enabled: true
|
||||
endpoint: "http://minio:9000"
|
||||
endpoint: "http://rustfs:8080"
|
||||
bucket: "symbols"
|
||||
accessKey: "minio"
|
||||
secretKey: "minio123"
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user