feat: deploy Wings instance for 7 Days to Die #88

Closed
gitea-admin wants to merge 6 commits from orion/auto/feat-deploy-wings-instance-for-7-days-to-1779149599180 into main
Showing only changes of commit 2ad93afa8d - Show all commits
@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: wings-7d2d
namespace: game-servers
spec:
entryPoints:
- websecure
tls:
secretName: wings-7d2d-tls
certResolver: letsencrypt
routes:
- match: Host(`wings-7d2d.khalisio.com`)
kind: Rule
services:
- name: wings-7d2d-api
port: 8081