feat: add Kubernetes Deployment
All checks were successful
Build Docker Container / Build-Container-Image (push) Successful in 30s
renovate / renovate (push) Successful in 30s

This commit is contained in:
2025-03-18 14:01:16 +01:00
parent c1c15120d6
commit a654b9c86d
3 changed files with 93 additions and 0 deletions

12
deploy/service.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: alexohneander-zola-service
namespace: websites
spec:
selector:
app: alexohneander-zola
ports:
- protocol: TCP
port: 80
targetPort: 80