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