chore(cloudflared): upgrade to latest chart

This commit is contained in:
Khue Doan 2021-12-29 22:54:38 +07:00
parent 09eed8a5a0
commit 0468416c50
2 changed files with 13 additions and 10 deletions

View File

@ -3,5 +3,5 @@ name: cloudflared
version: 0.0.0
dependencies:
- name: cloudflared
version: 0.1.7
version: 0.2.0
repository: https://khuedoan.github.io/charts

View File

@ -1,10 +1,13 @@
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
credentials:
existingSecret: cloudflared-credentials
config:
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