deployment added
This commit is contained in:
26
deployment/deploy-yml.tmpl
Normal file
26
deployment/deploy-yml.tmpl
Normal file
@ -0,0 +1,26 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: udi
|
||||
namespace: udi
|
||||
labels:
|
||||
app: udi
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: udi
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: udi
|
||||
spec:
|
||||
containers:
|
||||
- name: udi
|
||||
image: %IMAGE%
|
||||
env:
|
||||
- name: UDI_CONF
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: udi-conf
|
||||
key: UDI_CONF
|
Reference in New Issue
Block a user