Skip to content

Commit b9d798a

Browse files
committed
fix runner service
1 parent 42b16f7 commit b9d798a

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)