locative-service/deployment/deploy-yml.tmpl

28 lines
501 B
Cheetah
Raw Permalink Normal View History

2024-01-13 17:59:32 +01:00
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:43:57 +01:00
envFrom:
- secretRef:
name: locsrv-db-cred
2024-01-13 18:00:54 +01:00
ports:
- containerPort: 8080
protocol: TCP