Files
dc-kc/utils/db-temp-service.yaml
GeorgeRaven a920718aaa Added experimental exposing service for expmongo
This is just a util, this is not deployed into anyones cluster unless
expressley created manually. This is for easy exposing of the
experimental database for DL that is done outside of the cluster in an
ad-hoc manner.
2022-04-08 10:46:53 +01:00

18 lines
367 B
YAML

apiVersion: v1
kind: Service
metadata:
name: exp-mongodb-exposer
namespace: mongodb-experimental
spec:
selector:
app.kubernetes.io/name: mongodb
app.kubernetes.io/instance: exp-mongodb-helm
app.kubernetes.io/component: mongodb
ports:
- name: mongodb
protocol: TCP
port: 27017
targetPort: mongodb
nodePort: 32017
type: NodePort