We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15024a commit 6efddb2Copy full SHA for 6efddb2
1 file changed
values.yml
@@ -0,0 +1,14 @@
1
+replicaCount: 1
2
+name: nanoforge-docs
3
+image:
4
+ repository: "ghcr.io/nanoforge-dev/docs"
5
+ tag: "main"
6
+imagePullSecret: "nanoforge-docker-token"
7
+routes:
8
+ - port: 443
9
+ match: "Host(`master.nanoforge.external.crabznetwork.com`) && PathPrefix(`/docs`)"
10
+ middlewares:
11
+ - "strip-prefix"
12
+ ssl:
13
+ secretMountPath: "/etc/nginx/ssl"
14
+ secretName: "tls-certificates"
0 commit comments