16 lines
230 B
YAML
16 lines
230 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: backend-svc
|
|
namespace: processing
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: workflows-api
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|