Add Outline

This commit is contained in:
2026-06-22 23:32:35 +02:00
parent 62137018ea
commit be9bd3a227
15 changed files with 417 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: outline-postgres
namespace: outline
spec:
selector:
app: outline-postgres
type: ClusterIP
ports:
- name: outline-postgres-port
protocol: TCP
port: 5432
targetPort: 5432