ci script
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-01-13 17:59:32 +01:00
parent 66d949856d
commit 23cf412408
3 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,25 @@
apiVersion: v1
kind: Namespace
metadata:
name: homea
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: locsrv
namespace: homea
labels:
app: locsrv
spec:
replicas: 1
selector:
matchLabels:
app: locsrv
template:
metadata:
labels:
app: locsrv
spec:
containers:
- name: locsrv
image: gitea.hottis.de/wn/locsrv:%IMAGETAG%