Private
Public Access
1
0

update workflows and game logic: add CERT_ISSUER support, enhance offline mode with countdown, and adjust default audio settings
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m50s

This commit is contained in:
Sebastian Unterschütz
2026-04-22 19:27:21 +02:00
parent 9742ccb038
commit 8454557f16
7 changed files with 92 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ kind: Ingress
metadata:
name: game-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
cert-manager.io/cluster-issuer: ${CERT_ISSUER}
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
traefik.ingress.kubernetes.io/router.middlewares: gitea-redirect-https@kubernetescrd,${TARGET_NS}-compress@kubernetescrd
spec: