Add Enigma BBS deployment files
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
capitano
2026-04-06 11:07:27 +02:00
parent ed614eb436
commit 6a39457989
8 changed files with 338 additions and 0 deletions

19
service.yaml Normal file
View 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