Skip to content

Commit

Permalink
chore: add default db
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Nov 5, 2024
1 parent 5bffa35 commit 646e532
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions custom-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
- name: mysql
image: mysql:8.0
env:
- name: MYSQL_DATABASE
value: ranks
- name: MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -119,3 +121,7 @@ Once you have created the files, you can apply the changes using the following c
```bash
./custom.sh mysql
```

::: info
To allow the plugin to connect to the database, use the service name `mysql`.
:::
1 change: 0 additions & 1 deletion install/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

The 5Stack Panel runs on [K3s](https://docs.k3s.io/installation/requirements), a lightweight Kubernetes distribution. Please ensure that your system meets all the requirements for K3s installation, as well as the following additional requirements specific to the 5Stack Panel.


# Server Requirements

## Memory `3 GB`
Expand Down

0 comments on commit 646e532

Please sign in to comment.