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