add plausible

This commit is contained in:
2025-04-14 11:59:56 +02:00
parent f987f9f3ec
commit eda474ec92
11 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: plausible
spec:
selector:
app: plausible
ports:
- protocol: TCP
port: 8000
targetPort: 8000