add outline wiki

This commit is contained in:
2025-04-12 22:28:21 +02:00
parent 837371313b
commit 8fbe87890c
5 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: outline
namespace: outline-wiki
spec:
selector:
app: outline
ports:
- name: http
port: 80
targetPort: 8089
type: ClusterIP