Latest
This commit is contained in:
parent
e096b87ae7
commit
68b0674161
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ credentials-file: /usr/local/etc/cloudflared/credentials.json
|
||||||
warp-routing:
|
warp-routing:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
access:
|
||||||
|
required: true
|
||||||
|
teamName: {{ .host.cloudflare.teamsOrg }}
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
- hostname: test-{{ .host.hostname | lower }}.{{ .host.domain | lower }}
|
- hostname: test-{{ .host.hostname | lower }}.{{ .host.domain | lower }}
|
||||||
service: hello_world
|
service: hello_world
|
||||||
|
|
Loading…
Reference in a new issue