deployment added
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2023-12-04 15:23:20 +01:00
parent 8e94cce445
commit cccd7af635
5 changed files with 39 additions and 11 deletions

View 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