mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-12 09:23:55 +01:00
15 lines
225 B
YAML
15 lines
225 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: orders-db
|
|
labels:
|
|
name: orders-db
|
|
spec:
|
|
ports:
|
|
# the port that this service should serve on
|
|
- port: 27017
|
|
targetPort: 27017
|
|
selector:
|
|
name: orders-db
|