Adds cryptpad app.

This commit is contained in:
2026-06-19 21:32:58 +00:00
parent 294cf59dd0
commit aee2e93803
9 changed files with 215 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: cryptpad
namespace: cryptpad
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 3000
protocol: TCP