Skip to content

Commit

Permalink
Added sample services config
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Apr 17, 2022
1 parent 52953db commit b789914
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions helmfile/ingress/configmap/jumppod-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ configMap:
readOnly: true
data:
QUEUE_TYPE: kafka
KAFKA_SERVERS: tb-kafka:9092
ZOOKEEPER_URL: zookeeper:2181
REDIS_SERVICES: redis:6379
PSQL_SERVICES: postgresql:5432
MYSQL_SERVICES: mysql:3306
KAFKA_SERVICES: kafka:9092
ZOOKEEPER_SERVICES: zookeeper:2181

serviceAccount:
create: false
Expand Down

0 comments on commit b789914

Please sign in to comment.