Pterodactyl++
This commit is contained in:
18
services/Pterodactyl/service-pterodactyl.yaml
Normal file
18
services/Pterodactyl/service-pterodactyl.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: pterodactyl
|
||||
namespace: pterodactyl
|
||||
spec:
|
||||
ports:
|
||||
- protocol: TCP
|
||||
name: web
|
||||
port: 80
|
||||
- protocol: TCP
|
||||
name: db
|
||||
port: 3306
|
||||
- protocol: TCP
|
||||
name: redis
|
||||
port: 6379
|
||||
selector:
|
||||
app: pterodactyl
|
||||
Reference in New Issue
Block a user