Files
pipeline-actions/tests/manifests/test-deployment.yaml
Jose Henrique e8eb378541
Some checks failed
Test Actions (self-test) / Build tiny multi-arch image (push) Successful in 13s
Test Actions (self-test) / Test SSH deploy action (push) Failing after 17s
Test Actions (self-test) / Test Kubernetes actions (push) Failing after 54s
add self-test workflow
2026-07-13 21:03:08 -03:00

20 lines
380 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: pipeline-actions-test
namespace: pipeline-actions-test
spec:
replicas: 1
selector:
matchLabels:
app: pipeline-actions-test
template:
metadata:
labels:
app: pipeline-actions-test
spec:
containers:
- name: alpine
image: alpine:3.20
command: ["sleep", "3600"]