We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52953db commit b789914Copy full SHA for b789914
helmfile/ingress/configmap/jumppod-config.yml
@@ -6,8 +6,11 @@ configMap:
6
readOnly: true
7
data:
8
QUEUE_TYPE: kafka
9
- KAFKA_SERVERS: tb-kafka:9092
10
- ZOOKEEPER_URL: zookeeper:2181
+ REDIS_SERVICES: redis:6379
+ PSQL_SERVICES: postgresql:5432
11
+ MYSQL_SERVICES: mysql:3306
12
+ KAFKA_SERVICES: kafka:9092
13
+ ZOOKEEPER_SERVICES: zookeeper:2181
14
15
serviceAccount:
16
create: false
0 commit comments