diff --git a/dev-upgrade/sevice-group/discover-service.yaml b/dev-upgrade/sevice-group/discover-service.yaml index b2b4bb9..20046d0 100644 --- a/dev-upgrade/sevice-group/discover-service.yaml +++ b/dev-upgrade/sevice-group/discover-service.yaml @@ -27,7 +27,7 @@ spec: imagePullPolicy: Always ports: - name: http - containerPort: 8080 + containerPort: 8761 protocol: TCP env: - name: "LOGGING_LEVEL_ROOT" @@ -35,7 +35,7 @@ spec: - name: "EUREKA_INSTANCE_HOSTNAME" value: "discovery-service" - name: "SERVER_PORT" - value: "8080" + value: "8761" - name: "LOG_APP-NAME" value: "discovery-service" - name: "SPRING_PROFILES_ACTIVE" @@ -64,7 +64,7 @@ spec: ports: - name: http protocol: TCP - port: 8080 + port: 8761 targetPort: http selector: app: discovery-service @@ -102,7 +102,7 @@ spec: - name: "SERVER_PORT" value: "8080" - name: "EUREKA_CLIENT_SERVICE-URL_DEFAULT-ZONE" - value: "http://discovery-service:8080/eureka/" + value: "http://discovery-service:8761/eureka/" - name: "LOG_APP-NAME" value: "gateway" - name: "SPRING_PROFILES_ACTIVE" @@ -134,4 +134,4 @@ spec: port: 8080 targetPort: http selector: - app: gateway \ No newline at end of file + app: gateway