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
name: cloudflared
version: 1.1.0
version: 1.2.0
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

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