Initial commit: k3s GitOps manifests with ArgoCD App-of-Apps

This commit is contained in:
2026-05-05 13:18:51 +03:00
commit 5d9a80b976
65 changed files with 3445 additions and 0 deletions

13
sillytavern/service.yaml Normal file
View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: sillytavern
namespace: sillytavern
spec:
selector:
app: sillytavern
ports:
- port: 8000
targetPort: 8000
protocol: TCP
type: ClusterIP