We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5796a commit 784fa9dCopy full SHA for 784fa9d
kubernetes/applications/matrix/cloudflared-configmap.yaml
@@ -8,6 +8,7 @@ metadata:
8
argocd.argoproj.io/sync-wave: "5"
9
data:
10
config.yaml: |
11
+ tunnel: dcfc87de-eefc-4543-9b52-44c7a4ecae32
12
credentials-file: /etc/cloudflared/credentials/credentials.json
13
14
# Metrics endpoint
@@ -29,6 +30,6 @@ data:
29
30
noTLSVerify: false
31
connectTimeout: 30s
32
tlsTimeout: 10s
-
33
+
34
# Catch-all (obbligatorio)
35
- service: http_status:404
0 commit comments