cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit be85de034c8bcfc647be2dab50eec21e67c55adc
parent ee142174de5de1020846e80dd774be75a618a5ac
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 18 Feb 2026 21:35:16 +0100

partially revert peertube changes

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/peertube/deployment.yaml | 28----------------------------
1 file changed, 0 insertions(+), 28 deletions(-)

diff --git a/apps/talos_cluster/peertube/deployment.yaml b/apps/talos_cluster/peertube/deployment.yaml @@ -85,8 +85,6 @@ spec: app: peertube spec: automountServiceAccountToken: false - securityContext: - fsGroup: 999 containers: # Nginx sidecar for S3 caching and static content # NOTE: nginx:1.27-alpine master runs as root; same pattern as connectivity-tester UI. @@ -114,25 +112,6 @@ spec: mountPath: /etc/nginx/templates/default.conf.template subPath: peertube.conf readOnly: true - - name: nginx-cache - mountPath: /var/cache/nginx - - name: nginx-tmp - mountPath: /tmp - - name: nginx-run - mountPath: /var/run - securityContext: - allowPrivilegeEscalation: false - readOnlyRootFilesystem: true - capabilities: - drop: - - ALL - add: - - CHOWN - - FOWNER - - SETUID - - SETGID - seccompProfile: - type: RuntimeDefault resources: requests: memory: "128Mi" @@ -343,13 +322,6 @@ spec: - name: nginx-config configMap: name: peertube-nginx - - name: nginx-cache - emptyDir: - sizeLimit: 15Gi - - name: nginx-tmp - emptyDir: {} - - name: nginx-run - emptyDir: {} --- apiVersion: v1 kind: Service