initial commit

This commit is contained in:
2026-01-17 08:40:50 -05:00
parent 6eae4c6fa1
commit 6c0c269520
6 changed files with 134 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
## Service
---
apiVersion: v1
kind: Service
metadata:
name: thelounge
labels:
app.kubernetes.io/name: thelounge
spec:
type: ClusterIP
ports:
- port: 9000
selector:
app.kubernetes.io/name: thelounge