Files
wild-directory/loomio/service.yaml

13 lines
184 B
YAML

apiVersion: v1
kind: Service
metadata:
name: loomio
spec:
type: ClusterIP
selector:
component: web
ports:
- name: http
port: 80
targetPort: 3000
protocol: TCP