save development progress
This commit is contained in:
1016
deploy/grafana/dashboards/provcache-overview.json
Normal file
1016
deploy/grafana/dashboards/provcache-overview.json
Normal file
File diff suppressed because it is too large
Load Diff
35
deploy/signals/values-signals.yaml
Normal file
35
deploy/signals/values-signals.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
image:
|
||||
repository: stellaops/signals
|
||||
tag: "local"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 5088
|
||||
|
||||
env:
|
||||
ASPNETCORE_URLS: "http://+:5088"
|
||||
Signals__Mongo__ConnectionString: "mongodb://signals-mongo:27017/signals"
|
||||
Signals__Mongo__Database: "signals"
|
||||
Signals__Cache__ConnectionString: "signals-valkey:6379"
|
||||
Signals__Storage__RootPath: "/data/artifacts"
|
||||
Signals__Authority__Enabled: "false"
|
||||
Signals__OpenApi__Enabled: "true"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
mountPath: /data/artifacts
|
||||
size: 5Gi
|
||||
storageClass: ""
|
||||
|
||||
valkey:
|
||||
enabled: true
|
||||
host: signals-valkey
|
||||
port: 6379
|
||||
|
||||
mongo:
|
||||
enabled: true
|
||||
connectionString: "mongodb://signals-mongo:27017/signals"
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user