Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Failing after 8s
12 lines
170 B
YAML
12 lines
170 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: vendaweb-portal
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 30002
|