test
Some checks failed
Gitea Actions Demo / build (push) Failing after 50s

This commit is contained in:
Pierre-arthur 2025-03-07 15:16:03 +01:00
parent 7e7df51924
commit ada7f21027
2 changed files with 29 additions and 1 deletions

View File

@ -23,4 +23,11 @@ jobs:
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CFG }}
id: setcontext
- uses: azure/setup-kubectl@v4
- uses: Azure/k8s-deploy@v5
with:
namespace: 'default'
manifests: |
test.yaml

View File

@ -0,0 +1,21 @@
---
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