This commit is contained in:
25
deployment/install-yml.tmpl
Normal file
25
deployment/install-yml.tmpl
Normal 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%
|
Reference in New Issue
Block a user