From 0e1ee26de2911607bf67cdba0202c0c0b0b0031f Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Wed, 26 Jul 2023 01:21:25 +0200 Subject: [PATCH] fix(tor): Fix tcp vs TCP --- 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 361bf3f03..465b8eb3a 100644 --- a/apps/k8s01/tor/deployment.yaml +++ b/apps/k8s01/tor/deployment.yaml @@ -34,7 +34,7 @@ spec: ports: - name: socks containerPort: 9050 - protocol: tcp + protocol: TCP resources: requests: cpu: 100m -- GitLab