blob: defd54644184baa6c6a83b4ebddab5a01085fc8f [file] [log] [blame]
package kube
service tasks: {
port https: {
port: 443
targetPort: 7443
protocol: "TCP"
}
kubernetes spec: {
type: "LoadBalancer"
loadBalancerIP: "1.2.3.4"
}
}