Files
enigma/service.yaml
capitano 6a39457989
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Add Enigma BBS deployment files
2026-04-06 11:07:27 +02:00

20 lines
322 B
YAML

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