diff --git a/trainer-upgrade/service_group/discover-service.yaml b/trainer-upgrade/service_group/discover-service.yaml index a5b59a8..3049937 100644 --- a/trainer-upgrade/service_group/discover-service.yaml +++ b/trainer-upgrade/service_group/discover-service.yaml @@ -26,7 +26,7 @@ spec: image: beaconfireiic/discovery-service:1.1.0 ports: - name: http - containerPort: 8761 + containerPort: 8888 protocol: TCP env: - name: "LOGGING_LEVEL_ROOT" @@ -34,7 +34,7 @@ spec: - name: "EUREKA_INSTANCE_HOSTNAME" value: "discovery-service" - name: "SERVER_PORT" - value: "8761" + value: "8888" - name: "LOG_APP-NAME" value: "discovery-service" - name: "SPRING_PROFILES_ACTIVE" @@ -63,7 +63,7 @@ spec: ports: - name: http protocol: TCP - port: 8761 + port: 8888 targetPort: http selector: app: discovery-service @@ -97,7 +97,7 @@ spec: image: beaconfireiic/gateway:1.1.0 ports: - name: http - containerPort: 9090 + containerPort: 8888 protocol: TCP env: - name: "LOGGING_LEVEL_ROOT" @@ -105,9 +105,9 @@ spec: - name: "EUREKA_INSTANCE_HOSTNAME" value: "discovery-service" - name: "SERVER_PORT" - value: "9090" + value: "8888" - name: "EUREKA_CLIENT_SERVICE-URL_DEFAULT-ZONE" - value: "http://discovery-service:8761/eureka/" + value: "http://discovery-service:8888/eureka/" - name: "LOG_APP-NAME" value: "gateway" - name: "SPRING_PROFILES_ACTIVE" @@ -136,7 +136,7 @@ spec: ports: - name: http protocol: TCP - port: 9090 + port: 8888 targetPort: http selector: app: gateway \ No newline at end of file