@@ -24,7 +24,7 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/typecho
|
- https://github.com/truecharts/charts/tree/master/charts/stable/typecho
|
||||||
- https://github.com/typecho/typecho
|
- https://github.com/typecho/typecho
|
||||||
- https://hub.docker.com/r/joyqi/typecho
|
- https://hub.docker.com/r/joyqi/typecho
|
||||||
version: 3.0.35
|
version: 4.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- hosting
|
- hosting
|
||||||
|
|||||||
@@ -26,8 +26,6 @@ env:
|
|||||||
MEMORY_LIMIT: "100M"
|
MEMORY_LIMIT: "100M"
|
||||||
MAX_POST_BODY: "50M"
|
MAX_POST_BODY: "50M"
|
||||||
TYPECHO_SITE_URL: "https://your-domain.com"
|
TYPECHO_SITE_URL: "https://your-domain.com"
|
||||||
TYPECHO_USER_NAME: "typecho"
|
|
||||||
TYPECHO_USER_PASSWORD: "testtypecho"
|
|
||||||
TYPECHO_USER_MAIL: "test@truecharts.org"
|
TYPECHO_USER_MAIL: "test@truecharts.org"
|
||||||
TYPECHO_DB_HOST:
|
TYPECHO_DB_HOST:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
@@ -38,6 +36,10 @@ env:
|
|||||||
name: mariadbcreds
|
name: mariadbcreds
|
||||||
key: mariadb-password
|
key: mariadb-password
|
||||||
|
|
||||||
|
secretEnv:
|
||||||
|
TYPECHO_USER_NAME: "typecho"
|
||||||
|
TYPECHO_USER_PASSWORD: "testtypecho"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user