aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/hastebin/service.yaml
blob: d34bf5cdce69fdced34ce2ca47cba5a4b3dd0d88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: v1
kind: Service
metadata:
  name: hastebin
spec:
  selector:
    app: hastebin
  ports:
    - protocol: TCP
      port: 80
      targetPort: 7777