[Skip-CI]] Update doc
This commit is contained in:
parent
13a21845cb
commit
d8dfb56da7
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## adhoc (on kubernetes cluster)
|
## adhoc (on kubernetes cluster)
|
||||||
|
|
||||||
Make sure you've got your gitea admin credentials.
|
Ssh into your kubernetes cluster running the gitea instance.
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
kubectl edit configmap gitea-env
|
kubectl edit configmap gitea-env
|
||||||
|
@ -16,6 +16,6 @@ kubectl scale deployment gitea --replicas=0
|
||||||
kubectl scale deployment gitea --replicas=1
|
kubectl scale deployment gitea --replicas=1
|
||||||
```
|
```
|
||||||
|
|
||||||
You now should be logged into the admin account with all repos visible.
|
Logging into the admin account should now show the new version.
|
||||||
|
|
||||||
You may want to update your c4k-gitea resources to reflect the changes made on the cluster.
|
You may want to update your c4k-gitea resources to reflect the changes made on the cluster.
|
Loading…
Reference in a new issue