feat(external): add Cloudflare Tunnel

This commit is contained in:
Khue Doan 2021-12-08 10:37:09 +07:00
parent c0fba1c142
commit ac68292559
2 changed files with 17 additions and 0 deletions

7
external/cloudflared/Chart.yaml vendored Normal file
View File

@ -0,0 +1,7 @@
apiVersion: v2
name: cloudflared
version: 0.0.0
dependencies:
- name: cloudflared
version: 0.1.6
repository: file://../../../charts/charts/cloudflared

10
external/cloudflared/values.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
cloudflared:
tunnel: homelab
ingress:
# It is safe to put a wildcard here
# Please see https://homelab.khuedoan.com/reference/faq.html#is-it-safe-to-use-wildcard-in-cloudflare-tunnel-ingress-config
- hostname: "*.khuedoan.com"
service: https://ingress-nginx-controller.ingress-nginx
originRequest:
noTLSVerify: true
- service: http_status:404