Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:25:25 +00:00
parent daacb9ad9b
commit 766484a12a
3 changed files with 33 additions and 7 deletions

10
k8s/deployment.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
name: blog-pod
spec:
containers:
- name: blog-container
image: git.vanespen.dev/evanespen/blog:latest
ports:
- containerPort: 80