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 bbd743c..117f01d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,7 +8,8 @@ eventTopic: eventTopic spring: profiles: default kafka: - bootstrap-servers: localhost:9092 + bootstrap-servers: http://34.85.73.178:31090 +# bootstrap-servers: localhost:9092 consumer: enable-auto-commit: true jpa: