Merge pull request #615 from haiwen/update_k8s_deployment_12.0

remove redundent sentences
This commit is contained in:
Daniel Pan 2025-10-28 12:01:13 +08:00 committed by GitHub
commit 455dc1533a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 5 deletions

View File

@ -13,6 +13,7 @@ spec:
labels:
app: seafile
spec:
enableServiceLinks: false
containers:
- name: seafile
image: seafileltd/seafile-mc:12.0-latest

View File

@ -13,6 +13,7 @@ spec:
labels:
app: seafile-backend
spec:
enableServiceLinks: false
initContainers:
- name: set-ownership
image: busybox

View File

@ -13,6 +13,7 @@ spec:
labels:
app: seafile-frontend
spec:
enableServiceLinks: false
initContainers:
- name: set-ownership
image: busybox

View File

@ -5,7 +5,7 @@ metadata:
namespace: seafile
spec:
accessModes:
- ReadWriteOnce
- ReadWriteMany
resources:
requests:
storage: 10Gi

View File

@ -13,6 +13,7 @@ spec:
labels:
app: seafile
spec:
enableServiceLinks: false
containers:
- name: seafile
image: seafileltd/seafile-pro-mc:12.0-latest

View File

@ -27,8 +27,6 @@ Please refer [here](./system_requirements.md) for the details of system requirem
=== "Seafile Pro"
```sh
kubectl create ns seafile
kubectl create secret generic seafile-secret --namespace seafile \
--from-literal=JWT_PRIVATE_KEY='<required>' \
--from-literal=DB_PASSWORD='<required>' \
@ -39,8 +37,6 @@ Please refer [here](./system_requirements.md) for the details of system requirem
=== "Seafile CE"
```sh
kubectl create ns seafile
kubectl create secret generic seafile-secret --namespace seafile \
--from-literal=JWT_PRIVATE_KEY='<required>' \
--from-literal=DB_PASSWORD='<required>' \