aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/web/ghost/service.yaml
blob: 7cb41b9445a9ce00bc9ca2e89e28e5f391d331be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
apiVersion: v1
kind: Service
metadata:
  name: ghost
  namespace: web
spec:
  ports:
    - port: 2368
  selector:
    app: ghost