Files
blog/k8s/deployment.yaml
Evrard Van Espen 766484a12a
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Testing
2025-11-20 18:25:25 +00:00

11 lines
192 B
YAML

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