Merge pull request 'feat: change to explicit port' (#6990) from tmp/grimmory-7 into main
Reviewed-on: #6990
This commit was merged in pull request #6990.
This commit is contained in:
@@ -44,7 +44,7 @@ grimmory:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/v1/healthcheck
|
||||
port: http
|
||||
port: 6060
|
||||
failureThreshold: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
@@ -54,7 +54,7 @@ grimmory:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/v1/healthcheck
|
||||
port: http
|
||||
port: 6060
|
||||
failureThreshold: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
@@ -64,7 +64,7 @@ grimmory:
|
||||
spec:
|
||||
httpGet:
|
||||
path: /api/v1/healthcheck
|
||||
port: http
|
||||
port: 6060
|
||||
failureThreshold: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
|
||||
Reference in New Issue
Block a user