21 lines
370 B
YAML
21 lines
370 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
|
|
name: fastapi
|
|
- protocol: TCP
|
|
port: 9000
|
|
targetPort: 9000
|
|
nodePort: 30900
|
|
name: prometheus-metrics
|
|
type: NodePort
|