still database stuff
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-01-13 18:43:57 +01:00
parent aac0e0ab30
commit 2179e180fe
3 changed files with 47 additions and 6 deletions

View File

@ -0,0 +1,27 @@
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%
envFrom:
- secretRef:
name: locsrv-db-cred
ports:
- containerPort: 8080
protocol: TCP