aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/controller/service.yaml
blob: a37bf034b1776671ad8a3f786b85002910c6847f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2025 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

apiVersion: v1
kind: Service
metadata:
  name: controller-service
spec:
  selector:
    app: controller
  ports:
  - protocol: TCP
    port: 8080
    targetPort: 8080
  type: ClusterIP