diff --git a/swh-graphql/values.yaml b/swh-graphql/values/default.yaml similarity index 100% rename from swh-graphql/values.yaml rename to swh-graphql/values/default.yaml diff --git a/swh-graphql/values/local.yaml b/swh-graphql/values/local.yaml new file mode 100644 index 0000000..9206a8c --- /dev/null +++ b/swh-graphql/values/local.yaml @@ -0,0 +1,13 @@ +# The storage url to query +storageUrl: http://webapp.internal.staging.swh.network:5002/ + +# The ingress host to listen for +# ingressHost: graphql-worker0.internal.staging.swh.network +ingressHost: graphql.local + +# Configure the path of the ingress +ingressHttpPath: /graph + +# The graphql log level. Possible values TRACE, DEBUG, INFO, ERROR +logLevel: DEBUG + diff --git a/swh-graphql/values/staging.yaml b/swh-graphql/values/staging.yaml new file mode 100644 index 0000000..7d7c42d --- /dev/null +++ b/swh-graphql/values/staging.yaml @@ -0,0 +1,15 @@ +# namespace: graphql-rancher-cluster + +# The storage url to query +storageUrl: http://webapp.internal.staging.swh.network:5002/ + +# The ingress host to listen for +ingressHost: graphql-worker0.internal.staging.swh.network +# ingressHost: graphql.cluster + +# Configure the path of the ingress +ingressHttpPath: / + +# The graphql log level. Possible values TRACE, DEBUG, INFO, ERROR +logLevel: DEBUG +