Compare commits

..

1 Commits

Author SHA1 Message Date
9857d61093 change command 2024-05-28 15:28:00 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: cloudflared name: cloudflared
version: 1.1.0 version: 1.2.0
description: Cloudflared Tunnel description: Cloudflared Tunnel
keywords: keywords:
- cloudflare - cloudflare

View File

@@ -17,8 +17,9 @@ controllers:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
args: args:
- tunnel - tunnel
- --protocol
- http2
- --no-autoupdate - --no-autoupdate
- --protocol http2
- run - run
- --token - --token
- $(CF_MANAGED_TUNNEL_TOKEN) - $(CF_MANAGED_TUNNEL_TOKEN)