apps(outline): Added outline to sekibanki

This commit is contained in:
2025-08-01 11:16:55 -04:00
parent 7022cdc90b
commit fcaf8d3e83
6 changed files with 151 additions and 0 deletions

View File

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