feat: change to explicit port
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m10s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Successful in 1m6s

This commit is contained in:
2026-05-14 20:16:58 -05:00
parent 90589ae54d
commit 560afd1fff

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