Skip to content

Commit

Permalink
Removed k8s in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 15, 2024
1 parent dcbe775 commit 54cea25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,6 @@ Below we assume your UID is 1000 and your GID is 1001

* In docker run add `--user 1000:1001 \` above the last line.
* In docker compose add `user: 1000:1001` above ports.
* In k8s add the following above the ports in deployment.yaml

```yml
securityContext:
runAsUser: 1000
runAsGroup: 1001
```

If you wish to run it with a different UID/GID than your own you will need to change the ownership of the directory that
is being bind: `chown UID:GID palworld/`
Expand Down

0 comments on commit 54cea25

Please sign in to comment.