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

22
deploy/deployment.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: alexohneander-zola-deployment
namespace: websites
labels:
app: alexohneander-zola
spec:
replicas: 1
selector:
matchLabels:
app: alexohneander-zola
template:
metadata:
labels:
app: alexohneander-zola
spec:
containers:
- name: alexohneander-zola
image: git.dev-null.rocks/alexohneander/alexohneander-zola:sha-c1c1512
ports:
- containerPort: 80