test/test.yaml
Pierre-arthur 24cb9fc5d9
Some checks failed
Gitea Actions Demo / build (push) Has been cancelled
test
2025-03-07 15:18:34 +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