Files
k3d_outils/graviteeio/helm-graviteeio-server.yaml
Laurent Drogou 968716ec76 🎉 initial commit
2022-04-06 15:33:57 +02:00

16 lines
452 B
YAML

# see https://rancher.com/docs/k3s/latest/en/helm/
# see https://github.com/hashicorp/vault-helm
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: graviteeio
namespace: graviteeio
spec:
repo: https://helm.gravitee.io
chart: am
version: 1.0.33
targetNamespace: graviteeio
valuesContent: |-
mongo:
uri: mongodb://192.168.50.239:27017/graviteeam?serverSelectionTimeoutMS=5000&connectTimeoutMS=5000&socketTimeoutMS=5000