aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard/service.yaml
blob: d4c138730d972e59a7366ca5bc70a9da16c2a7cf (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: web-dashboard-service
spec:
  selector:
    app: web-dashboard
  ports:
  - protocol: TCP
    port: 80
    targetPort: 8081
  type: ClusterIP