mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-30 22:58:56 +07:00
style: format YAMLs to fix yamllint
This commit is contained in:
@ -2,6 +2,6 @@ apiVersion: v2
|
||||
name: cloudflared
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: cloudflared
|
||||
version: 0.1.7
|
||||
repository: https://khuedoan.github.io/charts
|
||||
- name: cloudflared
|
||||
version: 0.1.7
|
||||
repository: https://khuedoan.github.io/charts
|
||||
|
@ -1,10 +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
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user