test/test.yaml
Pierre-arthur b1ae84aa45
All checks were successful
Gitea Actions Demo / build (push) Successful in 33s
test
2025-03-07 15:19:55 +01:00

22 lines
329 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/admin/test:latest