push helm Charts and kube Components
This commit is contained in:
13
oc-mongo/mongo-express/mongo-express-service.yml
Normal file
13
oc-mongo/mongo-express/mongo-express-service.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# mongo-express-service.yml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mongo-express
|
||||
spec:
|
||||
selector:
|
||||
app: mongo-express
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8081
|
||||
targetPort: 8081
|
||||
type: NodePort # Optional, useful for accessing via Minikube IP and NodePort
|
||||
Reference in New Issue
Block a user