Initial manifests dump for all namespaces

This commit is contained in:
2025-10-28 17:23:15 +01:00
parent e740b24567
commit f5f0cdf25a
19 changed files with 22380 additions and 0 deletions

View File

@@ -0,0 +1,425 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-07-30T14:08:20Z"
generateName: archivebox-65cb6b4494-
labels:
app: archivebox
pod-template-hash: 65cb6b4494
name: archivebox-65cb6b4494-pw82w
namespace: archivebox
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: archivebox-65cb6b4494
uid: f0db71e8-7219-4ead-ab70-a53c27246337
resourceVersion: "20356604"
uid: 0d27df94-a77d-4d6f-bbd7-99c530836986
spec:
containers:
- args:
- server
- --quick-init
- 0.0.0.0:8000
env:
- name: ADMIN_USERNAME
value: admin
- name: ADMIN_PASSWORD
value: password
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: PUBLIC_INDEX
value: "False"
image: archivebox/archivebox:latest
imagePullPolicy: Always
name: archivebox
ports:
- containerPort: 8000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: data
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2qsl2
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: data
persistentVolumeClaim:
claimName: archivebox-data
- name: kube-api-access-2qsl2
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:26Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-07-30T14:08:20Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:26Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:26Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-07-30T14:08:20Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://d16f2b4d9429b667b53221d5e786c54833ce179ace81e93471faf1c57a1ce1fa
image: docker.io/archivebox/archivebox:latest
imageID: docker.io/archivebox/archivebox@sha256:fdf2936192aa1e909b0c3f286f60174efa24078555be4b6b90a07f2cef1d4909
lastState:
terminated:
containerID: containerd://5a9e91a0b024182e5683aaa94e2e9a73291f571627faff31950a23bc7e93c8cc
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:41Z"
name: archivebox
ready: true
restartCount: 4
started: true
state:
running:
startedAt: "2025-08-24T01:02:26Z"
volumeMounts:
- mountPath: /data
name: data
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-2qsl2
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.45
podIPs:
- ip: 10.244.0.45
qosClass: BestEffort
startTime: "2025-07-30T14:08:20Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"archivebox","namespace":"archivebox"},"spec":{"ports":[{"port":80,"protocol":"TCP","targetPort":8000}],"selector":{"app":"archivebox"},"type":"ClusterIP"}}
creationTimestamp: "2025-07-30T10:43:06Z"
name: archivebox
namespace: archivebox
resourceVersion: "10496169"
uid: 96391171-c088-4f30-9130-dffeb949bd89
spec:
clusterIP: 10.100.92.6
clusterIPs:
- 10.100.92.6
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 30455
port: 80
protocol: TCP
targetPort: 8000
selector:
app: archivebox
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "2"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"archivebox","namespace":"archivebox"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"archivebox"}},"template":{"metadata":{"labels":{"app":"archivebox"}},"spec":{"containers":[{"args":["server","--quick-init","0.0.0.0:8000"],"env":[{"name":"ADMIN_USERNAME","value":"admin"},{"name":"ADMIN_PASSWORD","value":"password"},{"name":"PUID","value":"1000"},{"name":"PGID","value":"1000"}],"image":"archivebox/archivebox:latest","name":"archivebox","ports":[{"containerPort":8000}],"volumeMounts":[{"mountPath":"/data","name":"data"}]}],"volumes":[{"name":"data","persistentVolumeClaim":{"claimName":"archivebox-data"}}]}}}}
creationTimestamp: "2025-07-30T10:43:06Z"
generation: 2
name: archivebox
namespace: archivebox
resourceVersion: "12273808"
uid: fe49bebd-eb2d-469a-9650-67fb5f6fa47f
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: archivebox
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: archivebox
spec:
containers:
- args:
- server
- --quick-init
- 0.0.0.0:8000
env:
- name: ADMIN_USERNAME
value: admin
- name: ADMIN_PASSWORD
value: password
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: PUBLIC_INDEX
value: "False"
image: archivebox/archivebox:latest
imagePullPolicy: Always
name: archivebox
ports:
- containerPort: 8000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: data
persistentVolumeClaim:
claimName: archivebox-data
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-07-30T10:43:06Z"
lastUpdateTime: "2025-07-30T14:08:23Z"
message: ReplicaSet "archivebox-65cb6b4494" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-08-24T01:02:26Z"
lastUpdateTime: "2025-08-24T01:02:26Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 2
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "2"
creationTimestamp: "2025-07-30T14:08:20Z"
generation: 1
labels:
app: archivebox
pod-template-hash: 65cb6b4494
name: archivebox-65cb6b4494
namespace: archivebox
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: archivebox
uid: fe49bebd-eb2d-469a-9650-67fb5f6fa47f
resourceVersion: "12273807"
uid: f0db71e8-7219-4ead-ab70-a53c27246337
spec:
replicas: 1
selector:
matchLabels:
app: archivebox
pod-template-hash: 65cb6b4494
template:
metadata:
creationTimestamp: null
labels:
app: archivebox
pod-template-hash: 65cb6b4494
spec:
containers:
- args:
- server
- --quick-init
- 0.0.0.0:8000
env:
- name: ADMIN_USERNAME
value: admin
- name: ADMIN_PASSWORD
value: password
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: PUBLIC_INDEX
value: "False"
image: archivebox/archivebox:latest
imagePullPolicy: Always
name: archivebox
ports:
- containerPort: 8000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: data
persistentVolumeClaim:
claimName: archivebox-data
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-07-30T10:43:06Z"
generation: 2
labels:
app: archivebox
pod-template-hash: "7676465958"
name: archivebox-7676465958
namespace: archivebox
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: archivebox
uid: fe49bebd-eb2d-469a-9650-67fb5f6fa47f
resourceVersion: "10513981"
uid: c41f43f5-be34-4534-845f-e03ad7235a4a
spec:
replicas: 0
selector:
matchLabels:
app: archivebox
pod-template-hash: "7676465958"
template:
metadata:
creationTimestamp: null
labels:
app: archivebox
pod-template-hash: "7676465958"
spec:
containers:
- args:
- server
- --quick-init
- 0.0.0.0:8000
env:
- name: ADMIN_USERNAME
value: admin
- name: ADMIN_PASSWORD
value: password
- name: PUID
value: "1000"
- name: PGID
value: "1000"
image: archivebox/archivebox:latest
imagePullPolicy: Always
name: archivebox
ports:
- containerPort: 8000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: data
persistentVolumeClaim:
claimName: archivebox-data
status:
observedGeneration: 2
replicas: 0
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,367 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-09-10T11:36:22Z"
generateName: audiobookshelf-8dffc7697-
labels:
app: audiobookshelf
pod-template-hash: 8dffc7697
name: audiobookshelf-8dffc7697-52dqg
namespace: audiobookshelf
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: audiobookshelf-8dffc7697
uid: e3a73abf-aa71-4b39-8d0f-ac2d45b60903
resourceVersion: "20356588"
uid: 8b3c2b39-f1ec-4085-a2a9-1c1c518a5278
spec:
containers:
- env:
- name: TZ
value: Europe/Budapest
image: ghcr.io/advplyr/audiobookshelf:latest
imagePullPolicy: Always
name: app
ports:
- containerPort: 80
name: http
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /metadata
name: metadata
- mountPath: /audiobooks
name: audiobooks
- mountPath: /podcasts
name: podcasts
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xh72l
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
fsGroup: 1000
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: config
persistentVolumeClaim:
claimName: abs-config
- name: metadata
persistentVolumeClaim:
claimName: abs-metadata
- name: audiobooks
persistentVolumeClaim:
claimName: abs-audiobooks
- name: podcasts
persistentVolumeClaim:
claimName: abs-podcasts
- name: kube-api-access-xh72l
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-09-10T11:36:36Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-09-10T11:36:29Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-09-10T11:36:36Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-09-10T11:36:36Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-09-10T11:36:29Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://452f0be29c5d5af3007ba5052c97b62d6d033639239b366ab28f72c73708fb55
image: ghcr.io/advplyr/audiobookshelf:latest
imageID: ghcr.io/advplyr/audiobookshelf@sha256:dd4a3079d26bfe9f0ea63de3e3eff483dfa25fef05ef850a5a9d121dca3794b2
lastState: {}
name: app
ready: true
restartCount: 0
started: true
state:
running:
startedAt: "2025-09-10T11:36:36Z"
volumeMounts:
- mountPath: /config
name: config
- mountPath: /metadata
name: metadata
- mountPath: /audiobooks
name: audiobooks
- mountPath: /podcasts
name: podcasts
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xh72l
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.100
podIPs:
- ip: 10.244.0.100
qosClass: BestEffort
startTime: "2025-09-10T11:36:29Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"audiobookshelf","namespace":"audiobookshelf"},"spec":{"ports":[{"name":"http","nodePort":31378,"port":80,"targetPort":"http"}],"selector":{"app":"audiobookshelf"},"type":"NodePort"}}
creationTimestamp: "2025-09-10T11:36:22Z"
name: audiobookshelf
namespace: audiobookshelf
resourceVersion: "14471402"
uid: 400237d9-0f3a-4c2b-9fee-a66f173fe8a4
spec:
clusterIP: 10.108.247.202
clusterIPs:
- 10.108.247.202
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http
nodePort: 31378
port: 80
protocol: TCP
targetPort: http
selector:
app: audiobookshelf
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"audiobookshelf","namespace":"audiobookshelf"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"audiobookshelf"}},"template":{"metadata":{"labels":{"app":"audiobookshelf"}},"spec":{"containers":[{"env":[{"name":"TZ","value":"Europe/Budapest"}],"image":"ghcr.io/advplyr/audiobookshelf:latest","name":"app","ports":[{"containerPort":80,"name":"http"}],"volumeMounts":[{"mountPath":"/config","name":"config"},{"mountPath":"/metadata","name":"metadata"},{"mountPath":"/audiobooks","name":"audiobooks"},{"mountPath":"/podcasts","name":"podcasts"}]}],"securityContext":{"fsGroup":1000},"volumes":[{"name":"config","persistentVolumeClaim":{"claimName":"abs-config"}},{"name":"metadata","persistentVolumeClaim":{"claimName":"abs-metadata"}},{"name":"audiobooks","persistentVolumeClaim":{"claimName":"abs-audiobooks"}},{"name":"podcasts","persistentVolumeClaim":{"claimName":"abs-podcasts"}}]}}}}
creationTimestamp: "2025-09-10T11:36:22Z"
generation: 1
name: audiobookshelf
namespace: audiobookshelf
resourceVersion: "14471527"
uid: 03ee593f-d009-4ebd-97b7-d73cb764aedc
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: audiobookshelf
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: audiobookshelf
spec:
containers:
- env:
- name: TZ
value: Europe/Budapest
image: ghcr.io/advplyr/audiobookshelf:latest
imagePullPolicy: Always
name: app
ports:
- containerPort: 80
name: http
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /metadata
name: metadata
- mountPath: /audiobooks
name: audiobooks
- mountPath: /podcasts
name: podcasts
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
fsGroup: 1000
terminationGracePeriodSeconds: 30
volumes:
- name: config
persistentVolumeClaim:
claimName: abs-config
- name: metadata
persistentVolumeClaim:
claimName: abs-metadata
- name: audiobooks
persistentVolumeClaim:
claimName: abs-audiobooks
- name: podcasts
persistentVolumeClaim:
claimName: abs-podcasts
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-09-10T11:36:36Z"
lastUpdateTime: "2025-09-10T11:36:36Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2025-09-10T11:36:22Z"
lastUpdateTime: "2025-09-10T11:36:36Z"
message: ReplicaSet "audiobookshelf-8dffc7697" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-09-10T11:36:22Z"
generation: 1
labels:
app: audiobookshelf
pod-template-hash: 8dffc7697
name: audiobookshelf-8dffc7697
namespace: audiobookshelf
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: audiobookshelf
uid: 03ee593f-d009-4ebd-97b7-d73cb764aedc
resourceVersion: "14471526"
uid: e3a73abf-aa71-4b39-8d0f-ac2d45b60903
spec:
replicas: 1
selector:
matchLabels:
app: audiobookshelf
pod-template-hash: 8dffc7697
template:
metadata:
creationTimestamp: null
labels:
app: audiobookshelf
pod-template-hash: 8dffc7697
spec:
containers:
- env:
- name: TZ
value: Europe/Budapest
image: ghcr.io/advplyr/audiobookshelf:latest
imagePullPolicy: Always
name: app
ports:
- containerPort: 80
name: http
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /metadata
name: metadata
- mountPath: /audiobooks
name: audiobooks
- mountPath: /podcasts
name: podcasts
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext:
fsGroup: 1000
terminationGracePeriodSeconds: 30
volumes:
- name: config
persistentVolumeClaim:
claimName: abs-config
- name: metadata
persistentVolumeClaim:
claimName: abs-metadata
- name: audiobooks
persistentVolumeClaim:
claimName: abs-audiobooks
- name: podcasts
persistentVolumeClaim:
claimName: abs-podcasts
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""

6987
manifests/calibre/all.yaml Normal file

File diff suppressed because it is too large Load Diff

5
manifests/demo/all.yaml Normal file
View File

@@ -0,0 +1,5 @@
apiVersion: v1
items: []
kind: List
metadata:
resourceVersion: ""

2703
manifests/gitea/all.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,69 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"graylog-input-beats","namespace":"graylog"},"spec":{"ports":[{"name":"beats","nodePort":31544,"port":5044,"targetPort":5044}],"selector":{"statefulset.kubernetes.io/pod-name":"graylog-0"},"type":"NodePort"}}
creationTimestamp: "2025-05-20T11:27:45Z"
name: graylog-input-beats
namespace: graylog
resourceVersion: "2732995"
uid: d5629799-2d61-4125-822c-ea73b34ae304
spec:
clusterIP: 10.108.193.18
clusterIPs:
- 10.108.193.18
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: beats
nodePort: 31544
port: 5044
protocol: TCP
targetPort: 5044
selector:
statefulset.kubernetes.io/pod-name: graylog-0
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"graylog-input-tcp","namespace":"graylog"},"spec":{"ports":[{"name":"raw-tcp","nodePort":31555,"port":5555,"protocol":"TCP","targetPort":5555}],"selector":{"statefulset.kubernetes.io/pod-name":"graylog-0"},"type":"NodePort"}}
creationTimestamp: "2025-05-14T13:08:58Z"
name: graylog-input-tcp
namespace: graylog
resourceVersion: "1987935"
uid: e19b29f0-e1a9-476f-be59-fd08e78f45d5
spec:
clusterIP: 10.97.208.205
clusterIPs:
- 10.97.208.205
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: raw-tcp
nodePort: 31555
port: 5555
protocol: TCP
targetPort: 5555
selector:
statefulset.kubernetes.io/pod-name: graylog-0
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
kind: List
metadata:
resourceVersion: ""

File diff suppressed because it is too large Load Diff

560
manifests/jellyfin/all.yaml Normal file
View File

@@ -0,0 +1,560 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-09-09T23:38:04Z"
generateName: jellyfin-latest-78977b5658-
labels:
app: jellyfin-latest
pod-template-hash: 78977b5658
name: jellyfin-latest-78977b5658-67nbg
namespace: jellyfin
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: jellyfin-latest-78977b5658
uid: efd86e40-b059-4b41-8813-c54d2593f571
resourceVersion: "20356654"
uid: bfaeb5b7-08d5-430c-bac6-f7b1a37e0592
spec:
containers:
- env:
- name: LIBVA_DRIVER_NAME
value: iHD
image: jellyfin/jellyfin:10.11.0-rc5
imagePullPolicy: Always
name: jellyfin
ports:
- containerPort: 8096
protocol: TCP
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-9twg4
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- hostPath:
path: /opt/jellyfin/config
type: DirectoryOrCreate
name: config
- hostPath:
path: /opt/jellyfin/cache
type: DirectoryOrCreate
name: cache
- hostPath:
path: /mnt/media
type: Directory
name: media
- hostPath:
path: /dev/dri
type: Directory
name: vaapi
- name: kube-api-access-9twg4
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-09-09T23:38:06Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-09-09T23:38:04Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-09-09T23:38:06Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-09-09T23:38:06Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-09-09T23:38:04Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://81c7eb3ce500fda3a8df4dbf7c1652d9c3785f755e6f12621a47cbf398a67741
image: docker.io/jellyfin/jellyfin:10.11.0-rc5
imageID: docker.io/jellyfin/jellyfin@sha256:1bcdcb5da6e41ff570ebe903eb19dac106e4589e506814d665465ed3a302d57e
lastState: {}
name: jellyfin
ready: true
restartCount: 0
started: true
state:
running:
startedAt: "2025-09-09T23:38:06Z"
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-9twg4
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.95
podIPs:
- ip: 10.244.0.95
qosClass: BestEffort
startTime: "2025-09-09T23:38:04Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"jellyfin","namespace":"jellyfin"},"spec":{"ports":[{"name":"http","nodePort":30097,"port":8096,"targetPort":8096}],"selector":{"app":"jellyfin"},"type":"NodePort"}}
creationTimestamp: "2025-05-12T22:56:40Z"
name: jellyfin
namespace: jellyfin
resourceVersion: "13271824"
uid: 3c979733-1a5a-43c9-9569-7978ee42718a
spec:
clusterIP: 10.101.109.247
clusterIPs:
- 10.101.109.247
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http
nodePort: 30097
port: 8096
protocol: TCP
targetPort: 8096
selector:
app: jellyfin-latest
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app":"jellyfin"},"name":"jellyfin","namespace":"jellyfin"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"jellyfin"}},"strategy":{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"},"template":{"metadata":{"labels":{"app":"jellyfin"}},"spec":{"containers":[{"env":[{"name":"LIBVA_DRIVER_NAME","value":"iHD"}],"image":"jellyfin/jellyfin","imagePullPolicy":"Always","name":"jellyfin","ports":[{"containerPort":8096,"protocol":"TCP"}],"securityContext":{"privileged":true},"volumeMounts":[{"mountPath":"/config","name":"config"},{"mountPath":"/cache","name":"cache"},{"mountPath":"/media","name":"media"},{"mountPath":"/dev/dri","name":"vaapi"}]}],"dnsPolicy":"ClusterFirst","restartPolicy":"Always","schedulerName":"default-scheduler","securityContext":{},"terminationGracePeriodSeconds":30,"volumes":[{"hostPath":{"path":"/opt/jellyfin/config","type":"DirectoryOrCreate"},"name":"config"},{"hostPath":{"path":"/opt/jellyfin/cache","type":"DirectoryOrCreate"},"name":"cache"},{"hostPath":{"path":"/mnt/media","type":"Directory"},"name":"media"},{"hostPath":{"path":"/dev/dri","type":"Directory"},"name":"vaapi"}]}}}}
creationTimestamp: "2025-05-13T17:06:42Z"
generation: 2
labels:
app: jellyfin
name: jellyfin
namespace: jellyfin
resourceVersion: "13271340"
uid: 0d2577d6-c082-417a-90e6-9a229e7ef84f
spec:
progressDeadlineSeconds: 600
replicas: 0
revisionHistoryLimit: 10
selector:
matchLabels:
app: jellyfin
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: jellyfin
spec:
containers:
- env:
- name: LIBVA_DRIVER_NAME
value: iHD
image: jellyfin/jellyfin
imagePullPolicy: Always
name: jellyfin
ports:
- containerPort: 8096
protocol: TCP
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
path: /opt/jellyfin/config
type: DirectoryOrCreate
name: config
- hostPath:
path: /opt/jellyfin/cache
type: DirectoryOrCreate
name: cache
- hostPath:
path: /mnt/media
type: Directory
name: media
- hostPath:
path: /dev/dri
type: Directory
name: vaapi
status:
conditions:
- lastTransitionTime: "2025-05-13T17:06:42Z"
lastUpdateTime: "2025-05-13T17:06:44Z"
message: ReplicaSet "jellyfin-5d9bbccdd" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-08-24T01:02:25Z"
lastUpdateTime: "2025-08-24T01:02:25Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 2
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app":"jellyfin-latest"},"name":"jellyfin-latest","namespace":"jellyfin"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"jellyfin-latest"}},"strategy":{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"},"type":"RollingUpdate"},"template":{"metadata":{"labels":{"app":"jellyfin-latest"}},"spec":{"containers":[{"env":[{"name":"LIBVA_DRIVER_NAME","value":"iHD"}],"image":"jellyfin/jellyfin:10.11.0-rc5","imagePullPolicy":"Always","name":"jellyfin","ports":[{"containerPort":8096,"protocol":"TCP"}],"securityContext":{"privileged":true},"volumeMounts":[{"mountPath":"/config","name":"config"},{"mountPath":"/cache","name":"cache"},{"mountPath":"/media","name":"media"},{"mountPath":"/dev/dri","name":"vaapi"}]}],"dnsPolicy":"ClusterFirst","restartPolicy":"Always","schedulerName":"default-scheduler","securityContext":{},"terminationGracePeriodSeconds":30,"volumes":[{"hostPath":{"path":"/opt/jellyfin/config","type":"DirectoryOrCreate"},"name":"config"},{"hostPath":{"path":"/opt/jellyfin/cache","type":"DirectoryOrCreate"},"name":"cache"},{"hostPath":{"path":"/mnt/media","type":"Directory"},"name":"media"},{"hostPath":{"path":"/dev/dri","type":"Directory"},"name":"vaapi"}]}}}}
creationTimestamp: "2025-08-31T22:45:19Z"
generation: 1
labels:
app: jellyfin-latest
name: jellyfin-latest
namespace: jellyfin
resourceVersion: "14408637"
uid: 5b496147-c143-4f9e-bb30-f20a4936cae3
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: jellyfin-latest
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: jellyfin-latest
spec:
containers:
- env:
- name: LIBVA_DRIVER_NAME
value: iHD
image: jellyfin/jellyfin:10.11.0-rc5
imagePullPolicy: Always
name: jellyfin
ports:
- containerPort: 8096
protocol: TCP
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
path: /opt/jellyfin/config
type: DirectoryOrCreate
name: config
- hostPath:
path: /opt/jellyfin/cache
type: DirectoryOrCreate
name: cache
- hostPath:
path: /mnt/media
type: Directory
name: media
- hostPath:
path: /dev/dri
type: Directory
name: vaapi
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-08-31T22:45:19Z"
lastUpdateTime: "2025-08-31T22:45:42Z"
message: ReplicaSet "jellyfin-latest-78977b5658" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-09-09T23:38:06Z"
lastUpdateTime: "2025-09-09T23:38:06Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "0"
deployment.kubernetes.io/max-replicas: "0"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-05-13T17:06:42Z"
generation: 2
labels:
app: jellyfin
pod-template-hash: 5d9bbccdd
name: jellyfin-5d9bbccdd
namespace: jellyfin
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: jellyfin
uid: 0d2577d6-c082-417a-90e6-9a229e7ef84f
resourceVersion: "13271337"
uid: 4e268daa-5472-4f53-b2fd-43d709777350
spec:
replicas: 0
selector:
matchLabels:
app: jellyfin
pod-template-hash: 5d9bbccdd
template:
metadata:
creationTimestamp: null
labels:
app: jellyfin
pod-template-hash: 5d9bbccdd
spec:
containers:
- env:
- name: LIBVA_DRIVER_NAME
value: iHD
image: jellyfin/jellyfin
imagePullPolicy: Always
name: jellyfin
ports:
- containerPort: 8096
protocol: TCP
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
path: /opt/jellyfin/config
type: DirectoryOrCreate
name: config
- hostPath:
path: /opt/jellyfin/cache
type: DirectoryOrCreate
name: cache
- hostPath:
path: /mnt/media
type: Directory
name: media
- hostPath:
path: /dev/dri
type: Directory
name: vaapi
status:
observedGeneration: 2
replicas: 0
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-08-31T22:45:19Z"
generation: 1
labels:
app: jellyfin-latest
pod-template-hash: 78977b5658
name: jellyfin-latest-78977b5658
namespace: jellyfin
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: jellyfin-latest
uid: 5b496147-c143-4f9e-bb30-f20a4936cae3
resourceVersion: "14408636"
uid: efd86e40-b059-4b41-8813-c54d2593f571
spec:
replicas: 1
selector:
matchLabels:
app: jellyfin-latest
pod-template-hash: 78977b5658
template:
metadata:
creationTimestamp: null
labels:
app: jellyfin-latest
pod-template-hash: 78977b5658
spec:
containers:
- env:
- name: LIBVA_DRIVER_NAME
value: iHD
image: jellyfin/jellyfin:10.11.0-rc5
imagePullPolicy: Always
name: jellyfin
ports:
- containerPort: 8096
protocol: TCP
resources: {}
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /config
name: config
- mountPath: /cache
name: cache
- mountPath: /media
name: media
- mountPath: /dev/dri
name: vaapi
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- hostPath:
path: /opt/jellyfin/config
type: DirectoryOrCreate
name: config
- hostPath:
path: /opt/jellyfin/cache
type: DirectoryOrCreate
name: cache
- hostPath:
path: /mnt/media
type: Directory
name: media
- hostPath:
path: /dev/dri
type: Directory
name: vaapi
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,632 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T11:22:01+02:00"
creationTimestamp: "2025-08-12T09:22:01Z"
generateName: local-path-provisioner-5dbf77846f-
labels:
app: local-path-provisioner
pod-template-hash: 5dbf77846f
name: local-path-provisioner-5dbf77846f-p6w8k
namespace: local-path-media
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: local-path-provisioner-5dbf77846f
uid: f5e2809e-cbd9-4fee-94f8-9bd65d7f1c68
resourceVersion: "20356622"
uid: ddf563c9-c0d5-4c52-af09-4cdfa46ec2a5
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
- --service-account-name
- local-path-provisioner-service-account
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xwt8k
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
- name: kube-api-access-xwt8k
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-08-12T09:22:01Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-08-12T09:22:01Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://10b91cc2845ee88bc45c6436beaff5f177517a7aacc2cc28161c10fa9b5c054a
image: docker.io/rancher/local-path-provisioner:v0.0.31
imageID: docker.io/rancher/local-path-provisioner@sha256:80496fdeb307541007621959aa13aed41d31db9cd2dc4167c19833e0bfa3878c
lastState:
terminated:
containerID: containerd://e6b725711ffe78093f5a1e7f7a139fd540cb6aa1a9cd430aed393d2abc780f53
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:37Z"
name: local-path-provisioner
ready: true
restartCount: 4
started: true
state:
running:
startedAt: "2025-08-24T01:02:09Z"
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-xwt8k
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.48
podIPs:
- ip: 10.244.0.48
qosClass: BestEffort
startTime: "2025-08-12T09:22:01Z"
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "4"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"local-path-provisioner","namespace":"local-path-media"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"local-path-provisioner"}},"template":{"metadata":{"labels":{"app":"local-path-provisioner"}},"spec":{"containers":[{"command":["local-path-provisioner","--debug","start","--config","/etc/config/config.json","--provisioner-name","rancher.io/local-path-media","--namespace","local-path-media"],"env":[{"name":"POD_NAMESPACE","valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}},{"name":"CONFIG_MOUNT_PATH","value":"/etc/config/"}],"image":"rancher/local-path-provisioner:v0.0.31","imagePullPolicy":"IfNotPresent","name":"local-path-provisioner","volumeMounts":[{"mountPath":"/etc/config/","name":"config-volume"},{"mountPath":"/mnt/media","name":"media-disk"}]}],"nodeSelector":{"kubernetes.io/hostname":"server-thinkcentre-e73"},"serviceAccountName":"local-path-provisioner","volumes":[{"configMap":{"name":"local-path-config"},"name":"config-volume"},{"hostPath":{"path":"/mnt/media","type":"Directory"},"name":"media-disk"}]}}}}
creationTimestamp: "2025-08-12T09:15:33Z"
generation: 4
name: local-path-provisioner
namespace: local-path-media
resourceVersion: "12125163"
uid: 3f4a593d-6157-4df2-a4ff-34a5989624b5
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: local-path-provisioner
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T11:22:01+02:00"
creationTimestamp: null
labels:
app: local-path-provisioner
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
- --service-account-name
- local-path-provisioner-service-account
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-08-12T09:17:01Z"
lastUpdateTime: "2025-08-12T09:17:01Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2025-08-12T09:15:33Z"
lastUpdateTime: "2025-08-12T09:22:02Z"
message: ReplicaSet "local-path-provisioner-5dbf77846f" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 4
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "3"
creationTimestamp: "2025-08-12T09:21:55Z"
generation: 2
labels:
app: local-path-provisioner
pod-template-hash: 5d9b85d4c4
name: local-path-provisioner-5d9b85d4c4
namespace: local-path-media
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: local-path-provisioner
uid: 3f4a593d-6157-4df2-a4ff-34a5989624b5
resourceVersion: "12125162"
uid: def87e16-f05c-432a-829d-60c89632726d
spec:
replicas: 0
selector:
matchLabels:
app: local-path-provisioner
pod-template-hash: 5d9b85d4c4
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T11:17:00+02:00"
creationTimestamp: null
labels:
app: local-path-provisioner
pod-template-hash: 5d9b85d4c4
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
- --service-account-name
- local-path-provisioner-service-account
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
status:
observedGeneration: 2
replicas: 0
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "4"
creationTimestamp: "2025-08-12T09:22:01Z"
generation: 1
labels:
app: local-path-provisioner
pod-template-hash: 5dbf77846f
name: local-path-provisioner-5dbf77846f
namespace: local-path-media
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: local-path-provisioner
uid: 3f4a593d-6157-4df2-a4ff-34a5989624b5
resourceVersion: "12125154"
uid: f5e2809e-cbd9-4fee-94f8-9bd65d7f1c68
spec:
replicas: 1
selector:
matchLabels:
app: local-path-provisioner
pod-template-hash: 5dbf77846f
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T11:22:01+02:00"
creationTimestamp: null
labels:
app: local-path-provisioner
pod-template-hash: 5dbf77846f
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
- --service-account-name
- local-path-provisioner-service-account
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-08-12T09:15:33Z"
generation: 2
labels:
app: local-path-provisioner
pod-template-hash: 797b486f9c
name: local-path-provisioner-797b486f9c
namespace: local-path-media
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: local-path-provisioner
uid: 3f4a593d-6157-4df2-a4ff-34a5989624b5
resourceVersion: "12124635"
uid: 44877f9a-1bf1-4cef-b2cb-c4a185fea5e6
spec:
replicas: 0
selector:
matchLabels:
app: local-path-provisioner
pod-template-hash: 797b486f9c
template:
metadata:
creationTimestamp: null
labels:
app: local-path-provisioner
pod-template-hash: 797b486f9c
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
status:
observedGeneration: 2
replicas: 0
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "2"
creationTimestamp: "2025-08-12T09:17:00Z"
generation: 2
labels:
app: local-path-provisioner
pod-template-hash: 7f78f86fdc
name: local-path-provisioner-7f78f86fdc
namespace: local-path-media
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: local-path-provisioner
uid: 3f4a593d-6157-4df2-a4ff-34a5989624b5
resourceVersion: "12125123"
uid: 3ef06e44-2df6-44fd-807f-dabccde75267
spec:
replicas: 0
selector:
matchLabels:
app: local-path-provisioner
pod-template-hash: 7f78f86fdc
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T11:17:00+02:00"
creationTimestamp: null
labels:
app: local-path-provisioner
pod-template-hash: 7f78f86fdc
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
- --provisioner-name
- rancher.io/local-path-media
- --namespace
- local-path-media
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /mnt/media
name: media-disk
dnsPolicy: ClusterFirst
nodeSelector:
kubernetes.io/hostname: server-thinkcentre-e73
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner
serviceAccountName: local-path-provisioner
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- hostPath:
path: /mnt/media
type: Directory
name: media-disk
status:
observedGeneration: 2
replicas: 0
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,315 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-04-25T14:43:53Z"
generateName: local-path-provisioner-74f9666bc9-
labels:
app: local-path-provisioner
pod-template-hash: 74f9666bc9
name: local-path-provisioner-74f9666bc9-vlcws
namespace: local-path-storage
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: local-path-provisioner-74f9666bc9
uid: 27ff0826-5993-4a1a-8637-0c5907344c44
resourceVersion: "20356658"
uid: ec4a0930-eb65-429d-92a2-aa949b6ae67c
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-vshsr
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner-service-account
serviceAccountName: local-path-provisioner-service-account
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
- name: kube-api-access-vshsr
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-04-25T14:43:53Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-04-25T14:43:53Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://87f279b36b89fec215617f9bf39fa653485802522cf195e2a304e10626fd79c4
image: docker.io/rancher/local-path-provisioner:v0.0.31
imageID: docker.io/rancher/local-path-provisioner@sha256:80496fdeb307541007621959aa13aed41d31db9cd2dc4167c19833e0bfa3878c
lastState:
terminated:
containerID: containerd://915a3371a1a4f29a28dbc046fedd0beb20af0edf26683b9f6b75164535879ecb
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:37Z"
name: local-path-provisioner
ready: true
restartCount: 12
started: true
state:
running:
startedAt: "2025-08-24T01:02:07Z"
volumeMounts:
- mountPath: /etc/config/
name: config-volume
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-vshsr
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.42
podIPs:
- ip: 10.244.0.42
qosClass: BestEffort
startTime: "2025-04-25T14:43:53Z"
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"local-path-provisioner","namespace":"local-path-storage"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"local-path-provisioner"}},"template":{"metadata":{"labels":{"app":"local-path-provisioner"}},"spec":{"containers":[{"command":["local-path-provisioner","--debug","start","--config","/etc/config/config.json"],"env":[{"name":"POD_NAMESPACE","valueFrom":{"fieldRef":{"fieldPath":"metadata.namespace"}}},{"name":"CONFIG_MOUNT_PATH","value":"/etc/config/"}],"image":"rancher/local-path-provisioner:v0.0.31","imagePullPolicy":"IfNotPresent","name":"local-path-provisioner","volumeMounts":[{"mountPath":"/etc/config/","name":"config-volume"}]}],"serviceAccountName":"local-path-provisioner-service-account","volumes":[{"configMap":{"name":"local-path-config"},"name":"config-volume"}]}}}}
creationTimestamp: "2025-03-03T21:51:07Z"
generation: 1
name: local-path-provisioner
namespace: local-path-storage
resourceVersion: "1752979"
uid: 188ca018-74d6-46b1-8f54-b9c1eb50e652
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: local-path-provisioner
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: local-path-provisioner
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner-service-account
serviceAccountName: local-path-provisioner-service-account
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-03-03T21:51:07Z"
lastUpdateTime: "2025-03-03T21:51:12Z"
message: ReplicaSet "local-path-provisioner-74f9666bc9" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-05-11T20:41:42Z"
lastUpdateTime: "2025-05-11T20:41:42Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-03-03T21:51:07Z"
generation: 1
labels:
app: local-path-provisioner
pod-template-hash: 74f9666bc9
name: local-path-provisioner-74f9666bc9
namespace: local-path-storage
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: local-path-provisioner
uid: 188ca018-74d6-46b1-8f54-b9c1eb50e652
resourceVersion: "10111264"
uid: 27ff0826-5993-4a1a-8637-0c5907344c44
spec:
replicas: 1
selector:
matchLabels:
app: local-path-provisioner
pod-template-hash: 74f9666bc9
template:
metadata:
creationTimestamp: null
labels:
app: local-path-provisioner
pod-template-hash: 74f9666bc9
spec:
containers:
- command:
- local-path-provisioner
- --debug
- start
- --config
- /etc/config/config.json
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH
value: /etc/config/
image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent
name: local-path-provisioner
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /etc/config/
name: config-volume
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: local-path-provisioner-service-account
serviceAccountName: local-path-provisioner-service-account
terminationGracePeriodSeconds: 30
volumes:
- configMap:
defaultMode: 420
name: local-path-config
name: config-volume
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,203 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"minecraft-service","namespace":"minecraft"},"spec":{"ports":[{"nodePort":30065,"port":25565,"protocol":"TCP","targetPort":25565}],"selector":{"app":"minecraft"},"type":"NodePort"}}
creationTimestamp: "2025-03-15T17:15:31Z"
name: minecraft-service
namespace: minecraft
resourceVersion: "33501"
uid: df2206d4-9fd9-43d5-83c7-040ab8c83d76
spec:
clusterIP: 10.104.56.62
clusterIPs:
- 10.104.56.62
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 30065
port: 25565
protocol: TCP
targetPort: 25565
selector:
app: minecraft
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app":"minecraft"},"name":"minecraft-server","namespace":"minecraft"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"minecraft"}},"template":{"metadata":{"labels":{"app":"minecraft"}},"spec":{"containers":[{"env":[{"name":"EULA","value":"TRUE"},{"name":"TYPE","value":"FORGE"},{"name":"VERSION","value":"1.21.4"},{"name":"MEMORY","value":"4G"},{"name":"ENABLE_RCON","value":"true"},{"name":"RCON_PASSWORD","value":"supersecret"},{"name":"OVERRIDE_SERVER_PROPERTIES","value":"TRUE"},{"name":"SERVER_IP","value":"0.0.0.0"}],"image":"itzg/minecraft-server:latest","imagePullPolicy":"Always","name":"minecraft","ports":[{"containerPort":25565,"name":"minecraft","protocol":"TCP"}],"volumeMounts":[{"mountPath":"/data","name":"mc-data"}]}],"volumes":[{"name":"mc-data","persistentVolumeClaim":{"claimName":"mc-data-pvc"}}]}}}}
creationTimestamp: "2025-03-15T17:15:13Z"
generation: 2
labels:
app: minecraft
name: minecraft-server
namespace: minecraft
resourceVersion: "537709"
uid: ef31db7b-be9d-48c7-a8da-c9533463ce21
spec:
progressDeadlineSeconds: 600
replicas: 0
revisionHistoryLimit: 10
selector:
matchLabels:
app: minecraft
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: minecraft
spec:
containers:
- env:
- name: EULA
value: "TRUE"
- name: TYPE
value: FORGE
- name: VERSION
value: 1.21.4
- name: MEMORY
value: 4G
- name: ENABLE_RCON
value: "true"
- name: RCON_PASSWORD
value: supersecret
- name: OVERRIDE_SERVER_PROPERTIES
value: "TRUE"
- name: SERVER_IP
value: 0.0.0.0
image: itzg/minecraft-server:latest
imagePullPolicy: Always
name: minecraft
ports:
- containerPort: 25565
name: minecraft
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: mc-data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: mc-data
persistentVolumeClaim:
claimName: mc-data-pvc
status:
conditions:
- lastTransitionTime: "2025-03-15T17:15:13Z"
lastUpdateTime: "2025-03-15T17:17:17Z"
message: ReplicaSet "minecraft-server-589bb7cbf" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-04-25T09:29:05Z"
lastUpdateTime: "2025-04-25T09:29:05Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 2
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "0"
deployment.kubernetes.io/max-replicas: "0"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-03-15T17:15:13Z"
generation: 2
labels:
app: minecraft
pod-template-hash: 589bb7cbf
name: minecraft-server-589bb7cbf
namespace: minecraft
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: minecraft-server
uid: ef31db7b-be9d-48c7-a8da-c9533463ce21
resourceVersion: "537706"
uid: 168f9115-db2a-4c62-913b-998ef3166dcd
spec:
replicas: 0
selector:
matchLabels:
app: minecraft
pod-template-hash: 589bb7cbf
template:
metadata:
creationTimestamp: null
labels:
app: minecraft
pod-template-hash: 589bb7cbf
spec:
containers:
- env:
- name: EULA
value: "TRUE"
- name: TYPE
value: FORGE
- name: VERSION
value: 1.21.4
- name: MEMORY
value: 4G
- name: ENABLE_RCON
value: "true"
- name: RCON_PASSWORD
value: supersecret
- name: OVERRIDE_SERVER_PROPERTIES
value: "TRUE"
- name: SERVER_IP
value: 0.0.0.0
image: itzg/minecraft-server:latest
imagePullPolicy: Always
name: minecraft
ports:
- containerPort: 25565
name: minecraft
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data
name: mc-data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: mc-data
persistentVolumeClaim:
claimName: mc-data-pvc
status:
observedGeneration: 2
replicas: 0
kind: List
metadata:
resourceVersion: ""

File diff suppressed because it is too large Load Diff

3043
manifests/nextcloud/all.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,284 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-10-27T21:31:07Z"
generateName: nginx-demo-6748f5c784-
labels:
app: nginx-demo
pod-template-hash: 6748f5c784
name: nginx-demo-6748f5c784-g8kfj
namespace: nginx-demo
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: nginx-demo-6748f5c784
uid: 64b36a88-a697-458f-94eb-a91e7b474cf0
resourceVersion: "20408523"
uid: 30e71238-2d23-456f-9f72-f63b4a447a5e
spec:
containers:
- image: nginx:1.27
imagePullPolicy: IfNotPresent
name: nginx
ports:
- containerPort: 80
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-d852g
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: kube-api-access-d852g
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-10-27T21:31:14Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-10-27T21:31:07Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-10-27T21:31:14Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-10-27T21:31:14Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-10-27T21:31:07Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://b263caf1cf71726aa91ca0908467be294db4248957f98ecbbc769b29d2bf3207
image: docker.io/library/nginx:1.27
imageID: docker.io/library/nginx@sha256:6784fb0834aa7dbbe12e3d7471e69c290df3e6ba810dc38b34ae33d3c1c05f7d
lastState: {}
name: nginx
ready: true
restartCount: 0
started: true
state:
running:
startedAt: "2025-10-27T21:31:13Z"
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-d852g
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.153
podIPs:
- ip: 10.244.0.153
qosClass: BestEffort
startTime: "2025-10-27T21:31:07Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
argocd.argoproj.io/tracking-id: nginx-demo:/Service:nginx-demo/nginx-demo
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"nginx-demo:/Service:nginx-demo/nginx-demo"},"name":"nginx-demo","namespace":"nginx-demo"},"spec":{"ports":[{"port":80,"targetPort":80}],"selector":{"app":"nginx-demo"}}}
creationTimestamp: "2025-10-27T21:31:07Z"
name: nginx-demo
namespace: nginx-demo
resourceVersion: "20408487"
uid: 3e502593-4bc3-48ce-a06b-438561b21440
spec:
clusterIP: 10.97.52.37
clusterIPs:
- 10.97.52.37
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: nginx-demo
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: nginx=nginx
argocd-image-updater.argoproj.io/nginx.update-strategy: latest
argocd.argoproj.io/tracking-id: nginx-demo:apps/Deployment:nginx-demo/nginx-demo
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{"argocd-image-updater.argoproj.io/image-list":"nginx=nginx","argocd-image-updater.argoproj.io/nginx.update-strategy":"latest","argocd.argoproj.io/tracking-id":"nginx-demo:apps/Deployment:nginx-demo/nginx-demo"},"name":"nginx-demo","namespace":"nginx-demo"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"nginx-demo"}},"template":{"metadata":{"labels":{"app":"nginx-demo"}},"spec":{"containers":[{"image":"nginx:1.27","name":"nginx","ports":[{"containerPort":80}]}]}}}}
creationTimestamp: "2025-10-27T21:31:07Z"
generation: 1
name: nginx-demo
namespace: nginx-demo
resourceVersion: "20408527"
uid: b66cfbb3-d63c-4ec6-bd97-c74887e4f0ef
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: nginx-demo
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: nginx-demo
spec:
containers:
- image: nginx:1.27
imagePullPolicy: IfNotPresent
name: nginx
ports:
- containerPort: 80
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-10-27T21:31:14Z"
lastUpdateTime: "2025-10-27T21:31:14Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2025-10-27T21:31:07Z"
lastUpdateTime: "2025-10-27T21:31:14Z"
message: ReplicaSet "nginx-demo-6748f5c784" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: nginx=nginx
argocd-image-updater.argoproj.io/nginx.update-strategy: latest
argocd.argoproj.io/tracking-id: nginx-demo:apps/Deployment:nginx-demo/nginx-demo
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-10-27T21:31:07Z"
generation: 1
labels:
app: nginx-demo
pod-template-hash: 6748f5c784
name: nginx-demo-6748f5c784
namespace: nginx-demo
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: nginx-demo
uid: b66cfbb3-d63c-4ec6-bd97-c74887e4f0ef
resourceVersion: "20408526"
uid: 64b36a88-a697-458f-94eb-a91e7b474cf0
spec:
replicas: 1
selector:
matchLabels:
app: nginx-demo
pod-template-hash: 6748f5c784
template:
metadata:
creationTimestamp: null
labels:
app: nginx-demo
pod-template-hash: 6748f5c784
spec:
containers:
- image: nginx:1.27
imagePullPolicy: IfNotPresent
name: nginx
ports:
- containerPort: 80
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,5 @@
apiVersion: v1
items: []
kind: List
metadata:
resourceVersion: ""

View File

@@ -0,0 +1,5 @@
apiVersion: v1
items: []
kind: List
metadata:
resourceVersion: ""

303
manifests/registry/all.yaml Normal file
View File

@@ -0,0 +1,303 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-05-14T10:34:08Z"
generateName: registry-6b4d69c6d4-
labels:
app: registry
pod-template-hash: 6b4d69c6d4
name: registry-6b4d69c6d4-z8c8s
namespace: registry
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: registry-6b4d69c6d4
uid: 62a3ac29-be85-4b16-8396-416dcadb94ad
resourceVersion: "20356625"
uid: 457d674b-2137-469c-b738-f29b103f9e9a
spec:
containers:
- image: registry:2
imagePullPolicy: IfNotPresent
name: registry
ports:
- containerPort: 5000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/registry
name: registry-storage
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-wt7wr
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- emptyDir: {}
name: registry-storage
- name: kube-api-access-wt7wr
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-05-14T10:34:08Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:07Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-05-14T10:34:08Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://b7bf5c27c57a87976824cf4acbb9ace00df86fcafb283e4829fb10dbd58c8903
image: docker.io/library/registry:2
imageID: docker.io/library/registry@sha256:a3d8aaa63ed8681a604f1dea0aa03f100d5895b6a58ace528858a7b332415373
lastState:
terminated:
containerID: containerd://19cb806bcb7454c1c1ffb1de17f481fd5c0cf8d500b413c07076572b090e7141
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:39Z"
name: registry
ready: true
restartCount: 7
started: true
state:
running:
startedAt: "2025-08-24T01:02:07Z"
volumeMounts:
- mountPath: /var/lib/registry
name: registry-storage
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-wt7wr
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.43
podIPs:
- ip: 10.244.0.43
qosClass: BestEffort
startTime: "2025-05-14T10:34:08Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"registry","namespace":"registry"},"spec":{"ports":[{"port":5000,"targetPort":5000}],"selector":{"app":"registry"},"type":"ClusterIP"}}
creationTimestamp: "2025-05-14T10:34:08Z"
name: registry
namespace: registry
resourceVersion: "1974083"
uid: ca00b8f1-81c1-4cdb-b05e-e1fe130f6e28
spec:
clusterIP: 10.97.245.197
clusterIPs:
- 10.97.245.197
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 30471
port: 5000
protocol: TCP
targetPort: 5000
selector:
app: registry
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"registry","namespace":"registry"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"registry"}},"template":{"metadata":{"labels":{"app":"registry"}},"spec":{"containers":[{"image":"registry:2","name":"registry","ports":[{"containerPort":5000}],"volumeMounts":[{"mountPath":"/var/lib/registry","name":"registry-storage"}]}],"volumes":[{"emptyDir":{},"name":"registry-storage"}]}}}}
creationTimestamp: "2025-05-14T10:34:08Z"
generation: 3
name: registry
namespace: registry
resourceVersion: "6373430"
uid: 4dbb6e6b-41b4-4f8d-955e-8c8e0e6a1c73
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: registry
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: registry
spec:
containers:
- image: registry:2
imagePullPolicy: IfNotPresent
name: registry
ports:
- containerPort: 5000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/registry
name: registry-storage
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- emptyDir: {}
name: registry-storage
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-05-14T10:34:08Z"
lastUpdateTime: "2025-05-14T10:34:12Z"
message: ReplicaSet "registry-6b4d69c6d4" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-06-17T12:39:28Z"
lastUpdateTime: "2025-06-17T12:39:28Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 3
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-05-14T10:34:08Z"
generation: 3
labels:
app: registry
pod-template-hash: 6b4d69c6d4
name: registry-6b4d69c6d4
namespace: registry
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: registry
uid: 4dbb6e6b-41b4-4f8d-955e-8c8e0e6a1c73
resourceVersion: "6373428"
uid: 62a3ac29-be85-4b16-8396-416dcadb94ad
spec:
replicas: 1
selector:
matchLabels:
app: registry
pod-template-hash: 6b4d69c6d4
template:
metadata:
creationTimestamp: null
labels:
app: registry
pod-template-hash: 6b4d69c6d4
spec:
containers:
- image: registry:2
imagePullPolicy: IfNotPresent
name: registry
ports:
- containerPort: 5000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/registry
name: registry-storage
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- emptyDir: {}
name: registry-storage
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 3
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""

774
manifests/send/all.yaml Normal file
View File

@@ -0,0 +1,774 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T15:56:32+02:00"
creationTimestamp: "2025-08-12T13:57:02Z"
generateName: send-7947f95576-
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7947f95576
name: send-7947f95576-p2ccg
namespace: send
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: send-7947f95576
uid: 50a9793d-c34b-4fec-9f57-6fea6fbd1361
resourceVersion: "20356520"
uid: 41e21fe5-7e64-437e-af39-e71eae9c3676
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "21474836480"
- name: MAX_FILE_SIZE
value: "21474836480"
- name: TZ
value: UTC
- name: UI_MAX_ANON_FILE_SIZE
value: "21474836480"
- name: UI_MAX_FILE_SIZE
value: "21474836480"
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-zf5fj
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
- name: kube-api-access-zf5fj
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:10Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-08-12T13:57:02Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:14Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:14Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-08-12T13:57:02Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://37e2d2372f50285e0c36a907a222c2dd88ef876888e24351c7aa84b1e0968c8a
image: registry.gitlab.com/timvisee/send:v3.4.20
imageID: registry.gitlab.com/timvisee/send@sha256:47986cf6ef69743c97cab26b828335c6887d6b02ce2a1fb18039984d293e4d78
lastState:
terminated:
containerID: containerd://c8d1e862c2d005b5bc085161da7dea412dd135c73c865a059e2319e961d35b5b
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:31Z"
name: send
ready: true
restartCount: 3
started: true
state:
running:
startedAt: "2025-08-24T01:02:10Z"
volumeMounts:
- mountPath: /uploads
name: uploads
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-zf5fj
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.49
podIPs:
- ip: 10.244.0.49
qosClass: BestEffort
startTime: "2025-08-12T13:57:02Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T08:43:41Z"
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: send
app.kubernetes.io/version: v3.4.20
helm.sh/chart: send-1.2.2
name: send
namespace: send
resourceVersion: "12122293"
uid: 182d27f5-7e86-4155-9c3d-2fc78e171e92
spec:
clusterIP: 10.111.192.18
clusterIPs:
- 10.111.192.18
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http
nodePort: 31030
port: 1443
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "10"
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T08:43:41Z"
generation: 11
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: send
app.kubernetes.io/version: v3.4.20
helm.sh/chart: send-1.2.2
name: send
namespace: send
resourceVersion: "12273742"
uid: 6b144969-395e-4bc5-9e94-c93a2cbc301a
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
strategy:
type: Recreate
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T15:56:32+02:00"
creationTimestamp: null
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "21474836480"
- name: MAX_FILE_SIZE
value: "21474836480"
- name: TZ
value: UTC
- name: UI_MAX_ANON_FILE_SIZE
value: "21474836480"
- name: UI_MAX_FILE_SIZE
value: "21474836480"
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
dnsPolicy: ClusterFirst
enableServiceLinks: true
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-08-12T09:27:35Z"
lastUpdateTime: "2025-08-12T13:57:08Z"
message: ReplicaSet "send-7947f95576" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-08-24T01:02:15Z"
lastUpdateTime: "2025-08-24T01:02:15Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 11
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "1"
deployment.kubernetes.io/revision: "7"
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T10:13:52Z"
generation: 2
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 745ff75597
name: send-745ff75597
namespace: send
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: send
uid: 6b144969-395e-4bc5-9e94-c93a2cbc301a
resourceVersion: "12129988"
uid: 6231ade8-b8f5-478c-9f10-ceb3510b0b0b
spec:
replicas: 0
selector:
matchLabels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 745ff75597
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T10:51:34+02:00"
creationTimestamp: null
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 745ff75597
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "10737418240"
- name: MAX_FILE_SIZE
value: "10737418240"
- name: TZ
value: UTC
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
dnsPolicy: ClusterFirst
enableServiceLinks: true
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
status:
observedGeneration: 2
replicas: 0
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "1"
deployment.kubernetes.io/revision: "9"
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T10:17:07Z"
generation: 2
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 764f47c8d6
name: send-764f47c8d6
namespace: send
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: send
uid: 6b144969-395e-4bc5-9e94-c93a2cbc301a
resourceVersion: "12150014"
uid: c8e51d73-76fe-4991-b1cb-d4fb46672593
spec:
replicas: 0
selector:
matchLabels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 764f47c8d6
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T10:51:34+02:00"
creationTimestamp: null
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 764f47c8d6
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "21474836480"
- name: MAX_FILE_SIZE
value: "21474836480"
- name: TZ
value: UTC
- name: UI_MAX_ANON_FILE_SIZE
value: "21474836480"
- name: UI_MAX_FILE_SIZE
value: "21474836480"
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
dnsPolicy: ClusterFirst
enableServiceLinks: true
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
status:
observedGeneration: 2
replicas: 0
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "1"
deployment.kubernetes.io/revision: "10"
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T13:57:02Z"
generation: 1
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7947f95576
name: send-7947f95576
namespace: send
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: send
uid: 6b144969-395e-4bc5-9e94-c93a2cbc301a
resourceVersion: "12273740"
uid: 50a9793d-c34b-4fec-9f57-6fea6fbd1361
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7947f95576
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T15:56:32+02:00"
creationTimestamp: null
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7947f95576
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "21474836480"
- name: MAX_FILE_SIZE
value: "21474836480"
- name: TZ
value: UTC
- name: UI_MAX_ANON_FILE_SIZE
value: "21474836480"
- name: UI_MAX_FILE_SIZE
value: "21474836480"
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
dnsPolicy: ClusterFirst
enableServiceLinks: true
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "1"
deployment.kubernetes.io/revision: "8"
meta.helm.sh/release-name: send
meta.helm.sh/release-namespace: send
creationTimestamp: "2025-08-12T10:15:01Z"
generation: 2
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7cf87974b
name: send-7cf87974b
namespace: send
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: send
uid: 6b144969-395e-4bc5-9e94-c93a2cbc301a
resourceVersion: "12130228"
uid: c001e3d7-8254-4f9a-9f00-a64b8d7309b1
spec:
replicas: 0
selector:
matchLabels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7cf87974b
template:
metadata:
annotations:
kubectl.kubernetes.io/restartedAt: "2025-08-12T10:51:34+02:00"
creationTimestamp: null
labels:
app.kubernetes.io/instance: send
app.kubernetes.io/name: send
pod-template-hash: 7cf87974b
spec:
automountServiceAccountToken: true
containers:
- env:
- name: BASE_URL
value: https://send.experlab.xyz
- name: DETECT_BASE_URL
value: "false"
- name: MAX_ANON_FILE_SIZE
value: "10737418240"
- name: MAX_FILE_SIZE
value: "10737418240"
- name: TZ
value: UTC
- name: UI_MAX_ANON_FILE_SIZE
value: "10737418240"
- name: UI_MAX_FILE_SIZE
value: "10737418240"
image: registry.gitlab.com/timvisee/send:v3.4.20
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
name: send
ports:
- containerPort: 1443
name: http
protocol: TCP
readinessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
resources: {}
startupProbe:
failureThreshold: 30
periodSeconds: 5
successThreshold: 1
tcpSocket:
port: 1443
timeoutSeconds: 1
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /uploads
name: uploads
dnsPolicy: ClusterFirst
enableServiceLinks: true
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
volumes:
- name: uploads
persistentVolumeClaim:
claimName: send-uploads
status:
observedGeneration: 2
replicas: 0
kind: List
metadata:
resourceVersion: ""

644
manifests/wiki/all.yaml Normal file
View File

@@ -0,0 +1,644 @@
apiVersion: v1
items:
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-05-21T13:55:04Z"
generateName: wikijs-6bd85497c7-
labels:
app: wikijs
pod-template-hash: 6bd85497c7
name: wikijs-6bd85497c7-pms5l
namespace: wiki
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: wikijs-6bd85497c7
uid: 457871f1-eb38-41a9-afb2-c4f248e68205
resourceVersion: "20356518"
uid: 7a49f498-1cf4-49b6-b0c3-363769650655
spec:
containers:
- env:
- name: DB_TYPE
value: postgres
- name: DB_HOST
value: wikijs-postgres
- name: DB_PORT
value: "5432"
- name: DB_USER
value: wikijs
- name: DB_PASS
value: wikijsrocks
- name: DB_NAME
value: wikijs
image: ghcr.io/requarks/wiki:latest
imagePullPolicy: Always
name: wiki
ports:
- containerPort: 3000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-lq4rc
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: kube-api-access-lq4rc
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:42Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-05-21T13:55:04Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:42Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:42Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-05-21T13:55:04Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://7f8a57137386d6f90e200982b8b520c87febdc7eb2a4cf35e2b7efe4285d7f0c
image: ghcr.io/requarks/wiki:latest
imageID: ghcr.io/requarks/wiki@sha256:1eaa2de751c2925871a95a02e0ddbdd5c48bf2e016653b2e4a8f0c646cc4ff83
lastState:
terminated:
containerID: containerd://911a250febab0b7babd609edb8458077efbbc4b16dd4381c17b3814d1aca762a
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:47Z"
name: wiki
ready: true
restartCount: 12
started: true
state:
running:
startedAt: "2025-08-24T01:02:41Z"
volumeMounts:
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-lq4rc
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.46
podIPs:
- ip: 10.244.0.46
qosClass: BestEffort
startTime: "2025-05-21T13:55:04Z"
- apiVersion: v1
kind: Pod
metadata:
creationTimestamp: "2025-05-21T13:55:04Z"
generateName: wikijs-postgres-79d84f58b5-
labels:
app: wikijs-postgres
pod-template-hash: 79d84f58b5
name: wikijs-postgres-79d84f58b5-jnff4
namespace: wiki
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: ReplicaSet
name: wikijs-postgres-79d84f58b5
uid: d3e5df36-d1f0-4dfd-aa76-30063a80fbb8
resourceVersion: "20356480"
uid: d30024af-854a-40d2-8615-a2a40c525b60
spec:
containers:
- env:
- name: POSTGRES_DB
value: wikijs
- name: POSTGRES_USER
value: wikijs
- name: POSTGRES_PASSWORD
value: wikijsrocks
image: postgres:14
imagePullPolicy: IfNotPresent
name: postgres
ports:
- containerPort: 5432
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-djkxt
readOnly: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
nodeName: server-thinkcentre-e73
preemptionPolicy: PreemptLowerPriority
priority: 0
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
serviceAccountName: default
terminationGracePeriodSeconds: 30
tolerations:
- effect: NoExecute
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 300
volumes:
- name: postgres-data
persistentVolumeClaim:
claimName: wikijs-postgres-pvc
- name: kube-api-access-djkxt
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3607
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: PodReadyToStartContainers
- lastProbeTime: null
lastTransitionTime: "2025-05-21T13:55:08Z"
status: "True"
type: Initialized
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: Ready
- lastProbeTime: null
lastTransitionTime: "2025-08-24T01:02:09Z"
status: "True"
type: ContainersReady
- lastProbeTime: null
lastTransitionTime: "2025-05-21T13:55:08Z"
status: "True"
type: PodScheduled
containerStatuses:
- containerID: containerd://cf6866bbb5d81f8d0a0d5166f80f983acaf084333be58bb75f09b39b7affe779
image: docker.io/library/postgres:14
imageID: docker.io/library/postgres@sha256:e7e9c0b3470ebff1b693f3a0a3302eb02505e62d67fc1b42c86c2811b4c6e451
lastState:
terminated:
containerID: containerd://748ff60cb1099d8223cb464cfa8b08acbc70f3f954e39d9a9657d8208c1f38b8
exitCode: 255
finishedAt: "2025-08-24T01:01:44Z"
reason: Unknown
startedAt: "2025-08-12T14:09:42Z"
name: postgres
ready: true
restartCount: 7
started: true
state:
running:
startedAt: "2025-08-24T01:02:10Z"
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access-djkxt
readOnly: true
recursiveReadOnly: Disabled
hostIP: 192.168.31.54
hostIPs:
- ip: 192.168.31.54
phase: Running
podIP: 10.244.0.47
podIPs:
- ip: 10.244.0.47
qosClass: BestEffort
startTime: "2025-05-21T13:55:08Z"
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"wikijs","namespace":"wiki"},"spec":{"ports":[{"nodePort":30080,"port":80,"targetPort":3000}],"selector":{"app":"wikijs"},"type":"NodePort"}}
creationTimestamp: "2025-05-21T13:55:04Z"
name: wikijs
namespace: wiki
resourceVersion: "2872068"
uid: d358248f-0bf0-459e-95cf-cc10ff21ad6a
spec:
clusterIP: 10.111.144.209
clusterIPs:
- 10.111.144.209
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- nodePort: 30080
port: 80
protocol: TCP
targetPort: 3000
selector:
app: wikijs
sessionAffinity: None
type: NodePort
status:
loadBalancer: {}
- apiVersion: v1
kind: Service
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"name":"wikijs-postgres","namespace":"wiki"},"spec":{"ports":[{"port":5432,"targetPort":5432}],"selector":{"app":"wikijs-postgres"}}}
creationTimestamp: "2025-05-21T14:01:52Z"
name: wikijs-postgres
namespace: wiki
resourceVersion: "2872812"
uid: e4a14775-b709-4e22-845d-2b454f5c9296
spec:
clusterIP: 10.106.106.142
clusterIPs:
- 10.106.106.142
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- port: 5432
protocol: TCP
targetPort: 5432
selector:
app: wikijs-postgres
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"wikijs","namespace":"wiki"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"wikijs"}},"template":{"metadata":{"labels":{"app":"wikijs"}},"spec":{"containers":[{"env":[{"name":"DB_TYPE","value":"postgres"},{"name":"DB_HOST","value":"wikijs-postgres"},{"name":"DB_PORT","value":"5432"},{"name":"DB_USER","value":"wikijs"},{"name":"DB_PASS","value":"wikijsrocks"},{"name":"DB_NAME","value":"wikijs"}],"image":"ghcr.io/requarks/wiki:latest","name":"wiki","ports":[{"containerPort":3000}]}]}}}}
creationTimestamp: "2025-05-21T13:55:04Z"
generation: 1
name: wikijs
namespace: wiki
resourceVersion: "12273871"
uid: 4bdf2b62-bcba-4549-b404-8063922f94fc
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: wikijs
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: wikijs
spec:
containers:
- env:
- name: DB_TYPE
value: postgres
- name: DB_HOST
value: wikijs-postgres
- name: DB_PORT
value: "5432"
- name: DB_USER
value: wikijs
- name: DB_PASS
value: wikijsrocks
- name: DB_NAME
value: wikijs
image: ghcr.io/requarks/wiki:latest
imagePullPolicy: Always
name: wiki
ports:
- containerPort: 3000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-05-21T13:55:04Z"
lastUpdateTime: "2025-05-21T13:55:53Z"
message: ReplicaSet "wikijs-6bd85497c7" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-08-24T01:02:42Z"
lastUpdateTime: "2025-08-24T01:02:42Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "1"
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"name":"wikijs-postgres","namespace":"wiki"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"wikijs-postgres"}},"template":{"metadata":{"labels":{"app":"wikijs-postgres"}},"spec":{"containers":[{"env":[{"name":"POSTGRES_DB","value":"wikijs"},{"name":"POSTGRES_USER","value":"wikijs"},{"name":"POSTGRES_PASSWORD","value":"wikijsrocks"}],"image":"postgres:14","name":"postgres","ports":[{"containerPort":5432}],"volumeMounts":[{"mountPath":"/var/lib/postgresql/data","name":"postgres-data"}]}],"volumes":[{"name":"postgres-data","persistentVolumeClaim":{"claimName":"wikijs-postgres-pvc"}}]}}}}
creationTimestamp: "2025-05-21T13:55:04Z"
generation: 1
name: wikijs-postgres
namespace: wiki
resourceVersion: "8820198"
uid: 502330c7-9841-4df2-b4d7-f5664efe11b6
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
app: wikijs-postgres
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: wikijs-postgres
spec:
containers:
- env:
- name: POSTGRES_DB
value: wikijs
- name: POSTGRES_USER
value: wikijs
- name: POSTGRES_PASSWORD
value: wikijsrocks
image: postgres:14
imagePullPolicy: IfNotPresent
name: postgres
ports:
- containerPort: 5432
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: postgres-data
persistentVolumeClaim:
claimName: wikijs-postgres-pvc
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-05-21T13:55:04Z"
lastUpdateTime: "2025-05-21T13:56:01Z"
message: ReplicaSet "wikijs-postgres-79d84f58b5" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
- lastTransitionTime: "2025-07-07T13:23:22Z"
lastUpdateTime: "2025-07-07T13:23:22Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
observedGeneration: 1
readyReplicas: 1
replicas: 1
updatedReplicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-05-21T13:55:04Z"
generation: 1
labels:
app: wikijs
pod-template-hash: 6bd85497c7
name: wikijs-6bd85497c7
namespace: wiki
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: wikijs
uid: 4bdf2b62-bcba-4549-b404-8063922f94fc
resourceVersion: "12273868"
uid: 457871f1-eb38-41a9-afb2-c4f248e68205
spec:
replicas: 1
selector:
matchLabels:
app: wikijs
pod-template-hash: 6bd85497c7
template:
metadata:
creationTimestamp: null
labels:
app: wikijs
pod-template-hash: 6bd85497c7
spec:
containers:
- env:
- name: DB_TYPE
value: postgres
- name: DB_HOST
value: wikijs-postgres
- name: DB_PORT
value: "5432"
- name: DB_USER
value: wikijs
- name: DB_PASS
value: wikijsrocks
- name: DB_NAME
value: wikijs
image: ghcr.io/requarks/wiki:latest
imagePullPolicy: Always
name: wiki
ports:
- containerPort: 3000
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
- apiVersion: apps/v1
kind: ReplicaSet
metadata:
annotations:
deployment.kubernetes.io/desired-replicas: "1"
deployment.kubernetes.io/max-replicas: "2"
deployment.kubernetes.io/revision: "1"
creationTimestamp: "2025-05-21T13:55:04Z"
generation: 1
labels:
app: wikijs-postgres
pod-template-hash: 79d84f58b5
name: wikijs-postgres-79d84f58b5
namespace: wiki
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: wikijs-postgres
uid: 502330c7-9841-4df2-b4d7-f5664efe11b6
resourceVersion: "8820197"
uid: d3e5df36-d1f0-4dfd-aa76-30063a80fbb8
spec:
replicas: 1
selector:
matchLabels:
app: wikijs-postgres
pod-template-hash: 79d84f58b5
template:
metadata:
creationTimestamp: null
labels:
app: wikijs-postgres
pod-template-hash: 79d84f58b5
spec:
containers:
- env:
- name: POSTGRES_DB
value: wikijs
- name: POSTGRES_USER
value: wikijs
- name: POSTGRES_PASSWORD
value: wikijsrocks
image: postgres:14
imagePullPolicy: IfNotPresent
name: postgres
ports:
- containerPort: 5432
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: postgres-data
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: postgres-data
persistentVolumeClaim:
claimName: wikijs-postgres-pvc
status:
availableReplicas: 1
fullyLabeledReplicas: 1
observedGeneration: 1
readyReplicas: 1
replicas: 1
kind: List
metadata:
resourceVersion: ""