79a28a674a
Rule-based deletion of watched movies from Radarr (with files), driven by Maintainerr. Raw manifests + directory-type Argo Application (no Helm). Config on shared plex-data NFS PVC (subPath configs/maintainerr); Recreate strategy since it uses SQLite on RWX NFS. ClusterIP only, no ingress — access via kubectl/k9s port-forward. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
258 B
YAML
18 lines
258 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: maintainerr
|
|
namespace: default
|
|
labels:
|
|
app: maintainerr
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 6246
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: maintainerr
|