fix: correct Valheim UUID and ingress API version for all Wings instances
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: wings-palworld
|
||||||
|
namespace: game-servers
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
tls:
|
||||||
|
secretName: wings-palworld-tls
|
||||||
|
certResolver: letsencrypt
|
||||||
|
routes:
|
||||||
|
- match: Host(`wings-palworld.khalisio.com`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: wings-palworld-api
|
||||||
|
port: 8081
|
||||||
Reference in New Issue
Block a user