chore(snapshot): sync workspace state
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: dlob-publisher
|
||||
name: dlob-publisher-hot
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "4"
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: dlob-publisher
|
||||
app.kubernetes.io/name: dlob-publisher-hot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: dlob-publisher
|
||||
app.kubernetes.io/name: dlob-publisher-hot
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: gitea-registry
|
||||
containers:
|
||||
- name: publisher
|
||||
image: gitea.mpabi.pl/trade/trade-dlob-server:sha-5d55631-canonical
|
||||
image: gitea.mpabi.pl/trade/trade-dlob-server:grpc-reconnect-20260319-023351
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
- name: ELASTICACHE_PORT
|
||||
value: "6379"
|
||||
- name: REDIS_CLIENT
|
||||
value: DLOB
|
||||
value: DLOB_HOT
|
||||
- name: PERP_MARKETS_TO_LOAD
|
||||
value: "0,7,24"
|
||||
- name: ENDPOINT
|
||||
|
||||
Reference in New Issue
Block a user