15 lines
237 B
YAML
15 lines
237 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: backend-api
|
|
namespace: app-notifications
|
|
spec:
|
|
selector:
|
|
app: backend-api
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8100
|
|
targetPort: 8100
|
|
nodePort: 30100
|
|
type: NodePort
|