Merge pull request 'feat: change to explicit port' (#6990) from tmp/grimmory-7 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m21s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 4m19s

Reviewed-on: #6990
This commit was merged in pull request #6990.
This commit is contained in:
2026-05-15 01:20:48 +00:00

View File

@@ -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