Add ente-web

This commit is contained in:
Ruben Hensen
2024-09-12 18:58:49 +02:00
parent a6e27a97c5
commit 78d98ab11c
3 changed files with 64 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: ente-web
labels:
app: ente-web
# docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
spec:
replicas: 1
selector:
matchLabels:
app: ente-web
template:
metadata:
labels:
app: ente-web
spec:
containers:
- name: ente-web
image: hebury/ente-web:latest