Skip to content

Commit 09ccbfe

Browse files
authored
Merge pull request #2084 from hexlet-codebattle/runner-svc-fix
fix runner service
2 parents 42b16f7 + b9d798a commit 09ccbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/timoni/runner/templates/service.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type: corev1.#ServiceTypeClusterIP
1414
selector: #config.selector.labels
1515
ports: [{
16-
port: #config.service.port
16+
port: 80
1717
protocol: "TCP"
1818
name: "http"
1919
targetPort: name

0 commit comments

Comments
 (0)