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

16 lines
291 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nxtgauge-rust-companies
namespace: nxtgauge
labels:
app: nxtgauge-rust-companies
spec:
type: ClusterIP
selector:
app: nxtgauge-rust-companies
ports:
- name: http
port: 9102
targetPort: 9102
protocol: TCP