add nihongo grammar app with basic auth

This commit is contained in:
HDW
2026-07-08 22:33:54 +02:00
parent eac16b35da
commit 41332d13de
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: nihongo-auth
namespace: nihongo
spec:
basicAuth:
secret: nihongo-basic-auth
removeHeader: true
realm: "nihongo"