apps(uptime-kuma): Moved to default namespace, and changed storage to s3yuyuko

This commit is contained in:
2025-06-06 11:17:33 +02:00
parent af4f700db3
commit 007a182644
5 changed files with 2 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: uptime-kuma
namespace: uptime-kuma
labels:
app.kubernetes.io/name: uptime-kuma
spec:

View File

@@ -1,5 +1,4 @@
resources:
- deployment.yaml
- services.yaml
- pvc.yaml
- namespace.yaml
- pvc.yaml

View File

@@ -1,6 +0,0 @@
kind: Namespace
apiVersion: v1
metadata:
name: uptime-kuma
labels:
name: uptime-kuma

View File

@@ -2,11 +2,10 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: uptime-kuma-pvc
namespace: uptime-kuma
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
storageClassName: s3yuyuko
resources:
requests:
storage: 3Gi

View File

@@ -2,7 +2,6 @@ apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
namespace: uptime-kuma
spec:
type: ClusterIP
selector: