commit bd416a5e550b292f9a510c17c695cfd8c6a0f33a parent 9dc7804952bc7393e232a884fea6e46d02313e25 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:23:05 +0100 remove unused paths Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/connectivity-tester/deployment.yaml | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/apps/talos_cluster/connectivity-tester/deployment.yaml b/apps/talos_cluster/connectivity-tester/deployment.yaml @@ -68,11 +68,6 @@ spec: readOnly: true - mountPath: /tmp name: tmp - # nginx needs these writable; deno only needs /tmp - - mountPath: /var/cache/nginx - name: var-cache-nginx - - mountPath: /var/run - name: var-run livenessProbe: httpGet: path: / @@ -94,10 +89,6 @@ spec: - name: tmp emptyDir: sizeLimit: 2048Mi - - name: var-cache-nginx - emptyDir: {} - - name: var-run - emptyDir: {} --- apiVersion: apps/v1 kind: Deployment