Compare commits

..

1 Commits

Author SHA1 Message Date
0084707bbc fix(dispatcher): dispatcher service must use containerport 2024-02-13 15:56:10 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -56,14 +56,14 @@ spec:
readinessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 5
timeoutSeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /health
port: 80
port: 8080
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 15

View File

@ -7,7 +7,7 @@ metadata:
spec:
ports:
- name: http
port: 80
port: 8080
selector:
io.kompose.service: hydra-dispatcher
status: