mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-24 09:06:41 +00:00
test(nginx-external-auth): bring up to code standards
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user