mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(cleanup): Cleanup after cluster rebuild
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
storageClassName: proxmox-csi
|
||||
volumeName: pv-jellyfin-config
|
||||
volumeName: pv-jellyfin
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: plex
|
||||
spec:
|
||||
storageClassName: proxmox-csi
|
||||
volumeName: pv-plex-config
|
||||
volumeName: pv-plex
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user