You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn_k8s/manifests/external-mongo-endpoint.yaml

12 lines
230 B
YAML

# Something wrong with the mongo instance. This currently doesn't work
apiVersion: v1
kind: Endpoints
metadata:
name: dev-mongo
namespace: runcible
subsets:
- addresses:
- ip: 10.0.1.221
ports:
- port: 27017