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