update 13.0 k8s deployment

This commit is contained in:
Junxiang Huang 2025-07-23 14:58:25 +08:00
parent 15d861cb86
commit f559bbbded
5 changed files with 2 additions and 73 deletions

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: seafile - name: seafile
image: seafileltd/seafile-mc:12.0-latest image: seafileltd/seafile-mc:13.0-latest
envFrom: envFrom:
- configMapRef: - configMapRef:
name: seafile-env name: seafile-env

View File

@ -1,21 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: seafile-secret
type: Opaque
data:
# for Seafile server
JWT_PRIVATE_KEY: "<your JWT key, can generate from `pwgen -s 40 1`>"
# for database
SEAFILE_MYSQL_DB_PASSWORD: "<MySQL user seafile's passsword>"
# Initialization
## for seafile
INIT_SEAFILE_ADMIN_PASSWORD: "<Seafile admin's password>"
## for db
INIT_SEAFILE_MYSQL_ROOT_PASSWORD: "<MySQL user root's password>"
# for redis
REDIS_PASSWORD: ""

View File

@ -1,25 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: seafile-secret
type: Opaque
data:
# for Seafile server
JWT_PRIVATE_KEY: "<your JWT key, can generate from `pwgen -s 40 1`>"
# for database
SEAFILE_MYSQL_DB_PASSWORD: "<MySQL user seafile's passsword>"
# Initialization
## for Seafile admin
INIT_SEAFILE_ADMIN_PASSWORD: "<Seafile admin's password>"
## for db
INIT_SEAFILE_MYSQL_ROOT_PASSWORD: "<MySQL user root's password>"
# For S3 storage backend (only valid in USE_S3_STORAGE = true)
S3_SECRET_KEY: ""
S3_SSE_C_KEY: ""
# for redis
REDIS_PASSWORD: ""

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: seafile - name: seafile
image: seafileltd/seafile-pro-mc:12.0-latest image: seafileltd/seafile-pro-mc:13.0-latest
envFrom: envFrom:
- configMapRef: - configMapRef:
name: seafile-env name: seafile-env

View File

@ -1,25 +0,0 @@
apiVersion: v1
kind: Secret
metadata:
name: seafile-secret
type: Opaque
data:
# for Seafile server
JWT_PRIVATE_KEY: "<your JWT key, can generate from `pwgen -s 40 1`>"
# for database
SEAFILE_MYSQL_DB_PASSWORD: "<MySQL user seafile's passsword>"
# Initialization
## for seafile
INIT_SEAFILE_ADMIN_PASSWORD: "<Seafile admin's password>"
## for db
INIT_SEAFILE_MYSQL_ROOT_PASSWORD: "<MySQL user root's password>"
# For S3 storage backend (only valid in USE_S3_STORAGE = true)
S3_SECRET_KEY: ""
S3_SSE_C_KEY: ""
# for redis
REDIS_PASSWORD: ""