test(nginx-external-auth): bring up to code standards

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-10-29 14:36:06 -04:00
parent 3dab060bfa
commit cc45c5c135
5 changed files with 59 additions and 61 deletions
+1 -3
View File
@@ -32,7 +32,7 @@ spec:
mountPath: /etc/nginx/conf.d mountPath: /etc/nginx/conf.d
readOnly: true readOnly: true
- name: anubis - name: anubis
image: ttl.sh/techaro/anubis-external-auth:latest image: ttl.sh/techaro/anubis:latest
imagePullPolicy: Always imagePullPolicy: Always
resources: resources:
limits: limits:
@@ -46,5 +46,3 @@ spec:
value: " " value: " "
- name: REDIRECT_DOMAINS - name: REDIRECT_DOMAINS
value: nginx.local.cetacean.club value: nginx.local.cetacean.club
+5 -5
View File
@@ -4,11 +4,11 @@ set -euo pipefail
# Build container image # Build container image
( (
cd ../.. \ cd ../.. &&
&& npm ci \ npm ci &&
&& npm run container -- \ npm run container -- \
--docker-repo ttl.sh/techaro/anubis-external-auth \ --docker-repo ttl.sh/techaro/anubis \
--docker-tags ttl.sh/techaro/anubis-external-auth:latest --docker-tags ttl.sh/techaro/anubis:latest
) )
kubectl apply -k . kubectl apply -k .