chore: Update manifests after change

This commit is contained in:
2026-04-07 15:36:18 +00:00
parent 2a93e737d5
commit bd80da0e79
795 changed files with 117244 additions and 28 deletions

View File

@@ -0,0 +1,57 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: libation-debug
labels:
app.kubernetes.io/controller: debug
app.kubernetes.io/instance: libation
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: libation
helm.sh/chart: libation-4.6.2
namespace: libation
spec:
revisionHistoryLimit: 3
replicas: 0
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/controller: debug
app.kubernetes.io/name: libation
app.kubernetes.io/instance: libation
template:
metadata:
labels:
app.kubernetes.io/controller: debug
app.kubernetes.io/instance: libation
app.kubernetes.io/name: libation
spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- command:
- sleep
- infinity
image: ubuntu:resolute-20260401@sha256:a072b64036a738e55bff8f9a9682cbb893bf20c213772effc1de8dee8df1cea9
name: main
resources:
requests:
cpu: 10m
memory: 32Mi
volumeMounts:
- mountPath: /data
name: audiobooks
- mountPath: /config
name: config
volumes:
- name: audiobooks
persistentVolumeClaim:
claimName: libation-nfs-storage
- name: config
persistentVolumeClaim:
claimName: libation