Skip to content

Commit

Permalink
xds new package - 6
Browse files Browse the repository at this point in the history
Signed-off-by: daizhenyu <[email protected]>
  • Loading branch information
daizhenyu committed Jul 23, 2024
1 parent 4011e24 commit 9859dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
sleep 5s
kubectl apply -f sermant-integration-tests/xds-service-test/script/spring-client-subscribe.yaml
kubectl wait --for=condition=ready pod -l app=spring-client --timeout=10s
kubectl port-forward svc/spring-client-subscribe 8080:8080 &
kubectl port-forward svc/spring-client 8080:8080 &
- name: test sermant xds service use security mode
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: spring-client-subscribe
name: spring-client
spec:
type: ClusterIP
ports:
Expand Down

0 comments on commit 9859dba

Please sign in to comment.