Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345453
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
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
+
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 3:21 PM (5 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3247563
Attached To
R260 Helm charts for swh packages
Event Timeline
Log In to Comment