Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit a9f8394

Browse files
authored
Merge pull request #90 from cloudflare/issue-helm-repo
move chart to cloudflare.github.io/helm-charts
2 parents a335d01 + bfc6471 commit a9f8394

File tree

15 files changed

+38
-372
lines changed

15 files changed

+38
-372
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ misspell:
106106
-i clas \
107107
-locale US \
108108
-error \
109-
cmd/* internal/* docs/* chart/*.md *.md
109+
cmd/* internal/* docs/* *.md
110110

111111
.PHONY: push
112112
push: container

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Without role based access control (RBAC).
2424
kubectl apply -f deploy/argo-tunnel-no-rbac.yaml
2525
```
2626

27+
With [Helm][guide-helm-deploy].
28+
```bash
29+
helm install --name anydomain cloudflare/argo-tunnel
30+
```
31+
32+
> **Note**: replicas >1 requires [load-balancers][argo-tunnel-load-balancing]
33+
2734
### Guides & Reference
2835
- [Argo Tunnel: Reference][argo-tunnel-reference]
2936
- [Argo Tunnel: Quick Start][argo-tunnel-quick-start]
@@ -46,6 +53,7 @@ The [Cloudflare community forum][cloudflare-community] is a place to discuss
4653
Argo, Argo Tunnel, or any Cloudflare product.
4754

4855
[argo-smart-routing]: https://www.cloudflare.com/products/argo-smart-routing/
56+
[argo-tunnel-load-balancing]: https://developers.cloudflare.com/argo-tunnel/reference/load-balancing/
4957
[argo-tunnel-reference]: https://developers.cloudflare.com/argo-tunnel/reference/
5058
[argo-tunnel-quick-start]: https://developers.cloudflare.com/argo-tunnel/quickstart/
5159
[cloudflare-community]: https://community.cloudflare.com
@@ -54,8 +62,9 @@ Argo, Argo Tunnel, or any Cloudflare product.
5462
[controls]: /docs/controls.md
5563
[guide-first-tunnel]: /docs/guide_first_tunnel.md
5664
[guide-ha-tunnel]: /docs/guide_ha_tunnel.md
57-
[guide-helm-deploy]: /chart/README.md
65+
[guide-helm-deploy]: /docs/guide_helm_deploy.md
5866
[guide-subdomain-tunnel]: /docs/guide_subdomain_tunnel.md
67+
[helm-charts]: https://cloudflare.github.io/helm-charts/
5968
[issues]: https://github.com/cloudflare/cloudflare-ingress-controller/issues
6069
[observability]: /docs/observability.md
6170
[releases]: https://github.com/cloudflare/cloudflare-ingress-controller/releases

chart/.helmignore

Lines changed: 0 additions & 21 deletions
This file was deleted.

chart/Chart.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

chart/README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

chart/templates/NOTES.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

chart/templates/_helpers.tpl

Lines changed: 0 additions & 42 deletions
This file was deleted.

chart/templates/clusterrole.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

chart/templates/clusterrolebinding.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

chart/templates/deployment.yaml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)