Add eggdrop deployment
This commit is contained in:
parent
d39e16d206
commit
8035667687
1 changed files with 22 additions and 0 deletions
22
eggdrop/eggdrop-deployment.yaml
Normal file
22
eggdrop/eggdrop-deployment.yaml
Normal 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
|
Loading…
Reference in a new issue