From f33a1149f06dfeea14c757085071ce6367b723a9 Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 30 Jul 2019 16:12:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EA=B5=AC=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudbuild.yaml | 2 +- src/main/resources/application.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 795498e..d6b6917 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -85,4 +85,4 @@ options: env: # # location/name of GKE cluster (used by all kubectl commands) - CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a - - CLOUDSDK_CONTAINER_CLUSTER=uplus-poc-dev \ No newline at end of file + - CLOUDSDK_CONTAINER_CLUSTER=standard-cluster-1 \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0fed82f..9f8db31 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,8 @@ eventTopic: eventTopic spring: profiles: default kafka: -# bootstrap-servers: http://35.194.123.133:19092 - bootstrap-servers: localhost:9092 + bootstrap-servers: http://34.85.73.178:31090 +# bootstrap-servers: localhost:9092 consumer: enable-auto-commit: true jpa: