feat: add adminer and vaultwarden apps, integrated from k8s-manifests

This commit is contained in:
2026-04-01 16:46:33 +08:00
parent 19342c6821
commit b86255e81f
17 changed files with 397 additions and 48 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: adminer-service
labels:
app: adminer
spec:
selector:
app: adminer
type: ClusterIP
ports:
- protocol: TCP
name: http
port: 80
targetPort: 8080