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:
41
configmap.yaml
Normal file
41
configmap.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: enigmabbs-config
|
||||
namespace: enigmabbs
|
||||
data:
|
||||
config.hjson: |
|
||||
{
|
||||
system: {
|
||||
bbsName: "Enigma BBS"
|
||||
bbsTimeZone: "America/New_York"
|
||||
bbsNodeNumber: 1
|
||||
domain: "enigma.giaco.net"
|
||||
}
|
||||
|
||||
loginServers: {
|
||||
telnet: {
|
||||
enabled: true
|
||||
port: 8888
|
||||
}
|
||||
ssh: {
|
||||
enabled: true
|
||||
port: 44511
|
||||
}
|
||||
}
|
||||
|
||||
contentServers: {
|
||||
web: {
|
||||
domain: "enigma.giaco.net"
|
||||
http: {
|
||||
enabled: true
|
||||
port: 8888
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
security: {
|
||||
secureLoginOnly: false
|
||||
requireSecureConnections: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user