test/.gitea/workflows/test.yaml
Pierre-arthur ada7f21027
Some checks failed
Gitea Actions Demo / build (push) Failing after 50s
test
2025-03-07 15:16:03 +01:00

22 lines
328 B
YAML

---
kind: Deployment
apiVersion: apps/v1
metadata:
name: test
labels:
app: default
spec:
replicas: 1
selector:
matchLabels:
app: helloworld
template:
metadata:
labels:
app: helloworld
spec:
containers:
- name: helloworld
image: git.plop.in/test/test:latest