just use this as the main ssr i guess i cba fixing the old one
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
parent
6a440d29db
commit
b598ccc267
@ -25,4 +25,4 @@ spec:
|
|||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m # 1 vCPU
|
cpu: 1000m # 1 vCPU
|
||||||
memory: 200Mi
|
memory: 256Mi
|
||||||
|
@ -10,7 +10,7 @@ spec:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`ssr-staging.fascinated.cc`)
|
- match: Host(`ssr.fascinated.cc`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: default-headers
|
- name: default-headers
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
export const config = {
|
export const config = {
|
||||||
siteUrl: "https://ssr-dev.fascinated.cc",
|
siteUrl: "https://ssr.fascinated.cc",
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user