summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/docker-image/sshd_config2
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/f3s/git-server/docker-image/sshd_config b/f3s/git-server/docker-image/sshd_config
index 7e899e0..da9ef33 100644
--- a/f3s/git-server/docker-image/sshd_config
+++ b/f3s/git-server/docker-image/sshd_config
@@ -28,7 +28,7 @@ PermitTunnel no
# Logging
SyslogFacility AUTH
-LogLevel INFO
+LogLevel DEBUG3
# Performance
UseDNS no
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml
index ac2a48d..6f38d88 100644
--- a/f3s/git-server/helm-chart/templates/deployment.yaml
+++ b/f3s/git-server/helm-chart/templates/deployment.yaml
@@ -52,6 +52,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
+ add: ["SYS_CHROOT"]
resources:
requests:
cpu: 50m