Skip to content

Commit 13d99c8

Browse files
committed
fix(manifest): use the right anubis image
Signed-off-by: Xe Iaso <[email protected]>
1 parent 076a1c8 commit 13d99c8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"deno.enable": true,
1818
"deno.lint": true,
1919
"deno.unstable": true,
20-
"cSpell.enableFiletypes": ["mdx"],
20+
"cSpell.enabledFileTypes": {
21+
"mdx": true,
22+
"md": true
23+
},
2124
"cSpell.words": [
2225
"bootloader",
2326
"catgirl",

manifest/xesite/deployment.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: "SITE_URL"
3232
value: "https://xeiaso.net"
3333
- name: "ONION_DOMAIN"
34-
value: "gi3bsuc5ci2dr4xbh5b3kja5c6p5zk226ymgszzx7ngmjpc25tmnhaqd.onion"
34+
value: "ryelkcbr65vy7pzx26c3rvxya54yuh5ciafth7p6d3p3phpgo2wkznid.onion"
3535
- name: "REDIRECT_DOMAIN"
3636
value: "xeiaso.net"
3737
- name: "PATREON_SAASPROXY_URL"
@@ -45,8 +45,6 @@ spec:
4545
volumeMounts:
4646
- mountPath: "/xe/data"
4747
name: data
48-
#- mountPath: "/root/.cache"
49-
# name: cache
5048
readinessProbe:
5149
httpGet:
5250
path: /healthz
@@ -84,8 +82,8 @@ spec:
8482
value: "false"
8583
- name: "TARGET"
8684
value: "http://localhost:3000"
87-
- name: "SLOG_LEVEL"
88-
value: "debug"
85+
# - name: "SLOG_LEVEL"
86+
# value: "debug"
8987
volumeMounts:
9088
- name: anubis
9189
mountPath: /xe/cfg/anubis

0 commit comments

Comments
 (0)