summaryrefslogtreecommitdiff
path: root/f3s/keybr/helm-chart/templates/service.yaml
blob: 021dd6fdbf388c805145764b270f70b1205392fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: v1
kind: Service
metadata:
  labels:
    app: keybr
  name: keybr-service
  namespace: services
spec:
  ports:
    - name: web
      port: 3000
      protocol: TCP
      targetPort: 3000
  selector:
    app: keybr