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