Add eggdrop deployment

This commit is contained in:
Nico Schottelius 2021-06-08 16:44:07 +02:00
parent d39e16d206
commit 8035667687
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: eggdrop
spec:
selector:
matchLabels:
app: eggdrop
replicas: 3
template:
metadata:
labels:
app: eggdrop
spec:
containers:
- name: eggdrop
image: ungleich/ungleich-eggdrop
env:
- name: NICK
valueFrom:
fieldRef:
fieldPath: metadata.name