Updated microbot to use traefik ingress with FQN

This commit is contained in:
2024-03-04 23:05:27 +01:00
parent e36ba7d9df
commit 95914fe2d5
3 changed files with 39 additions and 1 deletions

24
microbot/daemon.yml Normal file
View 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