Wolfgang Hottgenroth 046430d1d1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
reload configmap
2024-11-06 17:53:01 +01:00

24 lines
496 B
Cheetah

apiVersion: apps/v1
kind: Deployment
metadata:
name: heating-controller
annotations:
configmap.reloader.stakater.com/reload: "heating-controller-config"
spec:
replicas: 1
selector:
matchLabels:
app: heating-controller
template:
metadata:
labels:
app: heating-controller
spec:
containers:
- name: heating-controller
image: %IMAGE%
envFrom:
- configMapRef:
name: heating-controller-config