diff options
author | kevinlin18 <7793728+kevinlin18@users.noreply.github.com> | 2021-01-29 08:57:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 01:57:58 +0100 |
commit | 0e4a9dbcb90ff80356e51cffb81e2b8717ea035d (patch) | |
tree | e9119c9707eb942faf3440dbfd5928d81d6eb248 /docs/content/doc/installation/on-kubernetes.zh-tw.md | |
parent | 2ebe609d65f16b67ee54fe123f226bcd737be79e (diff) | |
download | gitea-0e4a9dbcb90ff80356e51cffb81e2b8717ea035d.tar.gz gitea-0e4a9dbcb90ff80356e51cffb81e2b8717ea035d.zip |
[docs] Add zh-tw Translations (#14507)
Diffstat (limited to 'docs/content/doc/installation/on-kubernetes.zh-tw.md')
-rw-r--r-- | docs/content/doc/installation/on-kubernetes.zh-tw.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/content/doc/installation/on-kubernetes.zh-tw.md b/docs/content/doc/installation/on-kubernetes.zh-tw.md new file mode 100644 index 0000000000..9add5c4ee1 --- /dev/null +++ b/docs/content/doc/installation/on-kubernetes.zh-tw.md @@ -0,0 +1,27 @@ +--- +date: "2020-03-19T19:27:00+02:00" +title: "在 Kubernetes 安裝" +slug: "install-on-kubernetes" +weight: 10 +toc: false +draft: false +menu: + sidebar: + parent: "installation" + name: "Kubernetes" + weight: 50 + identifier: "install-on-kubernetes" +--- + +# 使用 Helm 安裝 (在 Kubernetes) + +Gitea 提供 Helm Chart 用來安裝於 kubernetes。 + +非自訂安裝可使用下列指令: + +``` +helm repo add gitea-charts https://dl.gitea.io/charts/ +helm install gitea gitea-charts/gitea +``` + +若您想自訂安裝(包括使用 kubernetes ingress),請前往完整的 [Gitea helm chart configuration details](https://gitea.com/gitea/helm-chart/) |