mirror of
https://github.com/KevinMidboe/kazan.git
synced 2026-01-15 13:46:39 +00:00
Updated microbot to use traefik ingress with FQN
This commit is contained in:
24
microbot/daemon.yml
Normal file
24
microbot/daemon.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
labels:
|
||||
app: microbot
|
||||
name: microbot-daemonset
|
||||
namespace: microbot
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: microbot
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: microbot
|
||||
spec:
|
||||
containers:
|
||||
- image: dontrebootme/microbot:v1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: microbot
|
||||
resources: {}
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
|
||||
Reference in New Issue
Block a user