cluster

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

commit b506dee8a341c8a7b39e79281e20d25594b8a0a4
parent 341dbc0904e06e510a8826f075368af349665010
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Thu,  9 Apr 2026 23:48:05 +0200

fix jenkins

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

Diffstat:
Mapps/talos_cluster/jenkins/instance/jenkins-instance.yaml | 18------------------
1 file changed, 0 insertions(+), 18 deletions(-)

diff --git a/apps/talos_cluster/jenkins/instance/jenkins-instance.yaml b/apps/talos_cluster/jenkins/instance/jenkins-instance.yaml @@ -123,8 +123,6 @@ spec: protocol: TCP # Volume mounts volumeMounts: - - name: jenkins-home - mountPath: /var/jenkins_home - name: registry-secret mountPath: /var/run/secrets/docker.io readOnly: true @@ -135,9 +133,6 @@ spec: mountPath: /var/run/docker.sock # Volumes volumes: - - name: jenkins-home - persistentVolumeClaim: - claimName: jenkins-home - name: registry-secret secret: secretName: registry-credentials @@ -152,19 +147,6 @@ spec: type: Socket --- apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: jenkins-home - namespace: jenkins -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 20Gi - storageClassName: longhorn-2replicas ---- -apiVersion: v1 kind: Service metadata: name: jenkins