docs: update zh-tw (#265)

Reviewed-on: https://gitea.com/gitea/docs/pulls/265
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: ifurther <55025025+ifurther@users.noreply.github.com>
Co-committed-by: ifurther <55025025+ifurther@users.noreply.github.com>
This commit is contained in:
ifurther
2025-09-03 21:00:35 +00:00
committed by techknowlogick
parent 908a27589d
commit cb462089e9
88 changed files with 3545 additions and 3423 deletions

View File

@@ -6,11 +6,11 @@ aliases:
- /zh-tw/install-on-kubernetes
---
# 在 Kubernetes 中安 Gitea
# 在 Kubernetes 中安 Gitea
Gitea 已经提供了便于在 Kubernetes 云原生环境中安所需的 Helm Chart
Gitea 已经提供了便于在 Kubernetes 云原生环境中安所需的 Helm Chart
默认安指令
默认安指令
```bash
helm repo add gitea https://dl.gitea.com/charts
@@ -18,9 +18,9 @@ helm repo update
helm install gitea gitea/gitea
```
如果采用默认安指令Helm 会部署实例的 Gitea, PostgreSQL, Memcached。若您想实自定义安(包括配置 Gitea 集群、NGINX Ingress、MySQL、MariaDB、持久存等),前往阅读:[Gitea Helm Chart](https://gitea.com/gitea/helm-chart/)
如果采用默认安指令Helm 会部署实例的 Gitea, PostgreSQL, Memcached。若您想实自定义安(包括配置 Gitea 集群、NGINX Ingress、MySQL、MariaDB、持久存等),前往阅读:[Gitea Helm Chart](https://gitea.com/gitea/helm-chart/)
您也可以通 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 行学习和编辑,例如:
您也可以通 `helm show` 命令导出 `README.md` 和配置文件 `values.yaml` 行学习和编辑,例如:
```bash
helm show values gitea/gitea > values.yaml
@@ -46,7 +46,7 @@ livenessProbe:
failureThreshold: 10
```
成功的运行状况检查响应代码 HTTP `200`,下面是示例:
成功的运行状况检查響應代码 HTTP `200`,下面是示例:
```json
HTTP/1.1 200 OK
@@ -71,4 +71,4 @@ HTTP/1.1 200 OK
}
```
有关更多信息,参考 Kubernetes 文 [配置存活、就绪和启动探测器](https://kubernetes.io/zh-tw/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
有关更多信息,参考 Kubernetes 文 [配置存活、就绪和启动探测器](https://kubernetes.io/zh-tw/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)