Skip to content

Commit 232340d

Browse files
authored
Merge pull request #4059 from ameukam/greenhouse-disable-service
greenhouse: disable service
2 parents 941f41e + 6b2d8bd commit 232340d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

infra/gcp/terraform/k8s-infra-prow-build/prow-build/resources/default/greenhouse-service.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
apiVersion: v1
16-
kind: Service
17-
metadata:
18-
name: bazel-cache
19-
namespace: default
20-
labels:
21-
run: bazel-cache
22-
spec:
23-
ports:
24-
- port: 8080
25-
protocol: TCP
26-
selector:
27-
app: greenhouse
15+
# apiVersion: v1
16+
# kind: Service
17+
# metadata:
18+
# name: bazel-cache
19+
# namespace: default
20+
# labels:
21+
# run: bazel-cache
22+
# spec:
23+
# ports:
24+
# - port: 8080
25+
# protocol: TCP
26+
# selector:
27+
# app: greenhouse

0 commit comments

Comments
 (0)