zkt22/z2/mongo-service.yaml

13 lines
200 B
YAML
Raw Permalink Normal View History

2022-04-17 17:25:45 +00:00
apiVersion: v1
kind: Service
metadata:
name: mongo-service
namespace: z2
spec:
selector:
app: mongodb
type: ClusterIP
ports:
- protocol: TCP
port: 27017
targetPort: 27017