Some checks failed
Build (develop) / Promote (main) / build-and-push-deploy (push) Failing after 8s
16 lines
241 B
YAML
16 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: vendaweb-portal
|
|
labels:
|
|
app: vendaweb-portal
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: vendaweb-portal
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 80
|
|
protocol: TCP
|