Commit 7124e487 authored by Noel Alonso's avatar Noel Alonso
Browse files

Merge branch 'dev' into 'master'

Dev

See merge request redmic-project/confluent/kafka-manager!1
parents 340450fc 7d8296e5
Loading
Loading
Loading
Loading

.dockerignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
*

.gitlab-ci.yml

0 → 100644
+17 −0
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'

stages:
  - deploy

variables:
  PROJECT_PARENT_NAME: confluent

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
  environment:
    url: https://kafkamanager.${PUBLIC_HOSTNAME}

README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Kafka manager

Kafka manager is a tool for managing Apache Kafka clusters.

deploy/.env

0 → 100644
+2 −0
Original line number Diff line number Diff line
ZK_PORT=2181
KM_PORT=9000
+1 −0
Original line number Diff line number Diff line
version: '3.5'
Loading