From dd5868203b3233838a9a42dd109ac7a80fe3f977 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 27 Jul 2023 00:19:36 +0200 Subject: [PATCH] fix(tor): Use correct value type --- apps/k8s01/tor/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/k8s01/tor/deployment.yaml b/apps/k8s01/tor/deployment.yaml index c981296aa..c33de69e5 100644 --- a/apps/k8s01/tor/deployment.yaml +++ b/apps/k8s01/tor/deployment.yaml @@ -38,7 +38,7 @@ spec: - 0.0.0.0:9050 # We only allow 443 and 80 to go out - --FascistFirewall - - 1 + - "1" readinessProbe: exec: command: -- GitLab