We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b16f7 commit b9d798aCopy full SHA for b9d798a
k8s/timoni/runner/templates/service.cue
@@ -13,7 +13,7 @@ import (
13
type: corev1.#ServiceTypeClusterIP
14
selector: #config.selector.labels
15
ports: [{
16
- port: #config.service.port
+ port: 80
17
protocol: "TCP"
18
name: "http"
19
targetPort: name
0 commit comments