chore(cleanup): Cleanup after cluster rebuild

This commit is contained in:
Vegard Hagen
2024-11-17 17:03:27 +01:00
parent 1c602200c7
commit ba2ab6435b
17 changed files with 81 additions and 46 deletions
@@ -51,6 +51,8 @@ spec:
volumeMounts:
- name: remark42
mountPath: /srv/var
- name: backup
mountPath: /backup
resources:
requests:
cpu: 50m
@@ -62,3 +64,7 @@ spec:
- name: remark42
persistentVolumeClaim:
claimName: remark42
- name: backup
nfs:
server: 192.168.1.55
path: /mnt/pool-0/backup
@@ -42,6 +42,7 @@ spec:
envFrom:
- configMapRef:
name: common-env
optional: true
volumeMounts:
- name: lidarr-config
mountPath: /config
@@ -42,6 +42,7 @@ spec:
envFrom:
- configMapRef:
name: common-env
optional: true
volumeMounts:
- name: prowlarr-config
mountPath: /config
@@ -42,6 +42,7 @@ spec:
envFrom:
- configMapRef:
name: common-env
optional: true
volumeMounts:
- name: radarr-config
mountPath: /config
@@ -42,6 +42,7 @@ spec:
envFrom:
- configMapRef:
name: common-env
optional: true
volumeMounts:
- name: sonarr-config
mountPath: /config
@@ -63,6 +63,7 @@ spec:
envFrom:
- configMapRef:
name: common-env
optional: true
volumeMounts:
- name: torrent-config
mountPath: /config
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
namespace: jellyfin
spec:
storageClassName: proxmox-csi
volumeName: pv-jellyfin-config
volumeName: pv-jellyfin
accessModes:
- ReadWriteOnce
resources:
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
namespace: plex
spec:
storageClassName: proxmox-csi
volumeName: pv-plex-config
volumeName: pv-plex
accessModes:
- ReadWriteOnce
resources:
-24
View File
@@ -1,24 +0,0 @@
apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: euclid
namespace: gateway
annotations:
cert-manager.io/issuer: cloudflare-issuer
spec:
gatewayClassName: cilium
infrastructure:
annotations:
io.cilium/lb-ipam-ips: 192.168.1.220
listeners:
- protocol: HTTPS
port: 443
name: https-gateway
hostname: "*.euclid.stonegarden.dev"
tls:
certificateRefs:
- kind: Secret
name: cert-euclid
allowedRoutes:
namespaces:
from: All
@@ -6,6 +6,5 @@ resources:
- ns.yaml
- cloudflare-api-token.yaml
- cloudflare-issuer.yaml
- gw-euclid.yaml
- gw-stonegarden.yaml
- gw-tls-passthrough.yaml