40 lines
798 B
YAML
40 lines
798 B
YAML
![]() |
---
|
||
|
apiVersion: apps/v1
|
||
|
kind: Deployment
|
||
|
metadata:
|
||
|
name: beam-ng
|
||
|
labels:
|
||
|
app: beam-ng
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: beam-ng
|
||
|
replicas: 1
|
||
|
strategy:
|
||
|
type: RollingUpdate
|
||
|
rollingUpdate:
|
||
|
maxSurge: 1
|
||
|
maxUnavailable: 0
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
app: beam-ng
|
||
|
spec:
|
||
|
nodeSelector:
|
||
|
storage: 'remote'
|
||
|
containers:
|
||
|
- name: beam-ng
|
||
|
image: 'rouhim/beammp-server'
|
||
|
env:
|
||
|
- name: BEAMMP_NAME
|
||
|
value: 'Anal Hexor'
|
||
|
- name: BEAMMP_AUTH_KEY
|
||
|
value: '1488_228'
|
||
|
ports:
|
||
|
- name: udp
|
||
|
containerPort: 30814
|
||
|
protocol: UDP
|
||
|
- containerPort: 30814
|
||
|
name: tcp
|
||
|
protocol: TCP
|