Initial commit

This commit is contained in:
2026-04-06 14:46:26 +02:00
commit cc4a7a3c33
5 changed files with 137 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
Template DoDos:
- Add KUBECONFIG secret to your repo
- Place your k8s files in ./k8s/
- Replace \<service\> with the name of the service
- Replace \<url\> with the URL of the service
- Replace \<auth\> with the authentication method used
- Replace \<namespace\> with the namespace where the service is deployed in .github/workflows/deploy.yaml
- Provide a screenshot of the service in action in ./screenshot.png
# Kubernetes Deployment for \<service\>
Deployed to: \<url\>
Authentication: \<auth\>
![Screenshot](screenshot.png)