locative-service/deployment/install-yml.tmpl

30 lines
478 B
Cheetah
Raw Normal View History

2024-01-13 17:59:32 +01:00
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%
2024-01-13 18:00:54 +01:00
ports:
- containerPort: 8080
protocol: TCP