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