cluster

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

commit ee142174de5de1020846e80dd774be75a618a5ac
parent 095adca163786ada371a991a41685631e250152c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 18 Feb 2026 21:32:31 +0100

revert blog changes

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

Diffstat:
Mapps/talos_cluster/blog/wordpress.yaml | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/apps/talos_cluster/blog/wordpress.yaml b/apps/talos_cluster/blog/wordpress.yaml @@ -26,23 +26,11 @@ spec: labels: app: wordpress spec: - automountServiceAccountToken: false securityContext: fsGroup: 33 containers: - name: wordpress image: ghcr.io/mtrnord/blog:latest - securityContext: - allowPrivilegeEscalation: false - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 33 - runAsGroup: 33 - capabilities: - drop: - - ALL - seccompProfile: - type: RuntimeDefault env: - name: DB_HOST value: mysql-service.blog.svc.cluster.local @@ -126,8 +114,6 @@ spec: #- name: wordpress-persistent-storage # mountPath: /var/www/html/wordpress/wp-content/themes # subPath: themes - - name: var-run - mountPath: /var/run readinessProbe: httpGet: path: /wp-login.php @@ -152,8 +138,6 @@ spec: - name: wordpress-persistent-storage persistentVolumeClaim: claimName: wordpress-pvc - - name: var-run - emptyDir: {} --- kind: Service apiVersion: v1