aboutsummaryrefslogtreecommitdiff
path: root/grumpy/cgit/cgit-svc.yaml
blob: 9165c59e7c48b890ae92972099657d30297bafb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: cgit
spec:
  ports:
  - name: http
    port: 8080
    protocol: TCP
    targetPort: http
  selector:
    app.kubernetes.io/instance: cgit
    app.kubernetes.io/name: cgit
  type: ClusterIP