All checks were successful
Deploy NestJS API / build-and-push-deploy (push) Successful in 2m13s
16 lines
236 B
YAML
16 lines
236 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: vendaweb-api
|
|
labels:
|
|
app: vendaweb-api
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: vendaweb-api
|
|
ports:
|
|
- name: http
|
|
port: 8067
|
|
targetPort: 8067
|
|
protocol: TCP
|