This commit is contained in:
15
k8s/configmap.yaml
Normal file
15
k8s/configmap.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: storage-service-feeder
|
||||
labels:
|
||||
app: storage-service-feeder
|
||||
namespace: birbnetes
|
||||
data:
|
||||
SENTRY_DSN:
|
||||
RELEASE_ID: kmlabz-k8s
|
||||
INPUT_SERVICE_RELEASEMODE: release
|
||||
PIKA_URL: "amqp://user:ZgCiSiSO8t@birb-rabbitmq:5672/?heartbeat=30&connection_attempts=5&socket_timeout=5"
|
||||
REDIS_URL: "redis://input-redis:6379/0"
|
||||
PIKA_SAMPLE_CACHE_EXCHANGE: "sample-cache"
|
||||
STORAGE_SERVICE_URL: "http://storage-service/"
|
||||
Reference in New Issue
Block a user