Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Oct 30, 2023
1 parent ba668ae commit c09bca8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void testStatefulsetAndService() {
- containerPort: 8080
name: http
- containerPort: 8000
name: custom-service-http
name: service
readinessProbe:
httpGet:
path: /metrics
Expand Down Expand Up @@ -225,7 +225,7 @@ void testStatefulsetAndService() {
ports:
- name: http
port: 8080
- name: custom-service-http
- name: service
port: 8000
selector:
app: langstream-runtime
Expand Down

0 comments on commit c09bca8

Please sign in to comment.