mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Merge pull request #616 from haiwen/update_k8s_deployment
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
remove redundent sentences
This commit is contained in:
commit
c5c9524aa0
|
|
@ -13,6 +13,7 @@ spec:
|
|||
labels:
|
||||
app: seafile
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: seafile
|
||||
image: seafileltd/seafile-mc:13.0-latest
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ spec:
|
|||
labels:
|
||||
app: seafile-backend
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
initContainers:
|
||||
- name: set-ownership
|
||||
image: busybox
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ spec:
|
|||
labels:
|
||||
app: seafile-frontend
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
initContainers:
|
||||
- name: set-ownership
|
||||
image: busybox
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: seafile
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ spec:
|
|||
labels:
|
||||
app: seafile
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: seafile
|
||||
image: seafileltd/seafile-pro-mc:13.0-latest
|
||||
|
|
|
|||
|
|
@ -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=SEAFILE_MYSQL_DB_PASSWORD='<required>' \
|
||||
|
|
@ -41,8 +39,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=SEAFILE_MYSQL_DB_PASSWORD='<required>' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue