~xdavidwu/flux

ref: 1cbbb0ec0ba1839a3b904ecebb8ecde3be9d613f flux/applications/sourcehut/service-paste.yaml -rw-r--r-- 208 bytes
1cbbb0ecPinghao Wu sourcehut: migrate paste to flux a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: paste
spec:
  selector:
    component: paste
  ports:
    - name: http
      protocol: TCP
      port: 5011
    - name: api
      protocol: TCP
      port: 5111