nxtgauge-gitops/apps/nxtgauge-backend/base/service.yaml

16 lines
268 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nxtgauge-backend
namespace: nxtgauge
labels:
app: nxtgauge-backend
spec:
type: ClusterIP
selector:
app: nxtgauge-backend
ports:
- name: http
port: 80
targetPort: 2002
protocol: TCP