🎉 initial commit
This commit is contained in:
15
graviteeio/helm-graviteeio-server.yaml
Normal file
15
graviteeio/helm-graviteeio-server.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user