16 lines
452 B
YAML
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
|