score-spec / score-k8s

A reference Score implementation that targets Kubernetes
https://docs.score.dev/docs/score-implementation/score-k8s/
Apache License 2.0
26 stars 13 forks source link

[feature request] Add mongodb in the default provisioners #23

Closed giesan closed 2 months ago

giesan commented 3 months ago

This PR adds the MongoDB provisioner to the default provisioners. Fixes #12.

This was tested with a score file that looks like:

apiVersion: score.dev/v1b1
containers:
    main:
        image: stefanprodan/podinfo
metadata:
    name: example

resources:
    db:
        type: mongo
astromechza commented 3 months ago

Thanks for the PR @giesan , sorry this took some time to get around to. Going to test it out now.