~xdavidwu/flux

ref: 51eb3d71a225c99df9570fe0931b7ce66548acc8 flux/applications/sourcehut/service-meta.yaml -rw-r--r-- 206 bytes
51eb3d71Pinghao Wu sourcehut: containerize meta a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apiVersion: v1
kind: Service
metadata:
  name: meta
spec:
  selector:
    component: meta
  ports:
    - name: http
      protocol: TCP
      port: 5000
    - name: api
      protocol: TCP
      port: 5100