aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/tooling/policy-bot/service.yaml
blob: aa8e669b543f241d11105774a1652fd748cdc8eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
apiVersion: v1
kind: Service
metadata:
  name: policy-bot
  namespace: tooling
spec:
  selector:
    app: policy-bot
  ports:
    - protocol: TCP
      port: 80
      targetPort: 8080