All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 1m15s
12 lines
171 B
YAML
12 lines
171 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: vendaweb-api
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: http
|
|
port: 8067
|
|
targetPort: 8067
|
|
nodePort: 32619
|