apps(pocketid): Added Pocket-ID to deployment

This commit is contained in:
2025-05-31 22:47:45 +02:00
parent 2956566bc6
commit 217bc2da52
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: pocketid
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: pocketid
ports:
- protocol: TCP
port: 80
targetPort: 1411
name: http