Skip to content

Commit 6efddb2

Browse files
committed
feat: setup values file for argo cd
1 parent f15024a commit 6efddb2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

values.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)