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