mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
chore(cloudflared): upgrade to latest chart
This commit is contained in:
parent
09eed8a5a0
commit
0468416c50
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user