feat: deploy all 8 Wings instances (ARK SA, 7D2D, Enshrouded, Moria, Palworld, Satisfactory, SOTF, Valheim)
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: traefik.containato.us/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: wings-sotf
|
||||||
|
namespace: game-servers
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
tls:
|
||||||
|
secretName: wings-sotf-tls
|
||||||
|
certResolver: letsencrypt
|
||||||
|
routes:
|
||||||
|
- match: Host(`wings-sotf.khalisio.com`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: wings-sotf-api
|
||||||
|
port: 8081
|
||||||
Reference in New Issue
Block a user