Skip to content

Commit

Permalink
chore: use port name instead of integer
Browse files Browse the repository at this point in the history
  • Loading branch information
iziang committed Jun 24, 2023
1 parent efebb19 commit ca1647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/qdrant/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
failureThreshold: 3
httpGet:
path: /
port: 6333
port: tcp-qdrant
scheme: HTTP
periodSeconds: 15
successThreshold: 1
Expand All @@ -97,7 +97,7 @@ spec:
failureThreshold: 18
httpGet:
path: /
port: 6333
port: tcp-qdrant
scheme: HTTP
periodSeconds: 10
successThreshold: 1
Expand Down

0 comments on commit ca1647f

Please sign in to comment.