Add Enigma BBS deployment files
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
19
service.yaml
Normal file
19
service.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: enigmabbs
|
||||
namespace: enigmabbs
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
selector:
|
||||
app: enigmabbs
|
||||
ports:
|
||||
- name: web
|
||||
port: 8888
|
||||
targetPort: 8888
|
||||
- name: telnet
|
||||
port: 44510
|
||||
targetPort: 44510
|
||||
- name: ssh
|
||||
port: 44511
|
||||
targetPort: 44511
|
||||
Reference in New Issue
Block a user