29 lines
549 B
YAML
29 lines
549 B
YAML
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
namespace:
|
|
name: antiroachlol
|
|
labels:
|
|
app: antiroachlol
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: antiroachlol
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: antiroachlol
|
|
spec:
|
|
containers:
|
|
- name: antiroachlol
|
|
image: dockermirror:5000/dpedu/antiroachswarm
|
|
env:
|
|
- name: IRC_SERVER
|
|
value: irc.129irc.com:6667
|
|
- name: IRC_CHANNEL
|
|
value: "#ansi"
|
|
- name: IRC_VICTIM
|
|
value: antiroach
|