bstein-dev-home: fix onboarding e2e job url

This commit is contained in:
Brad Stein 2026-01-03 22:11:57 -03:00
parent f628d2768b
commit 8cdd5fa1ba

View File

@ -2,7 +2,7 @@
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
name: portal-onboarding-e2e-test-1 name: portal-onboarding-e2e-test-2
namespace: bstein-dev-home namespace: bstein-dev-home
spec: spec:
backoffLimit: 0 backoffLimit: 0
@ -14,7 +14,7 @@ spec:
image: python:3.11-slim image: python:3.11-slim
env: env:
- name: PORTAL_BASE_URL - name: PORTAL_BASE_URL
value: http://bstein-dev-home-backend.bstein-dev-home.svc.cluster.local:8080 value: http://bstein-dev-home-backend.bstein-dev-home.svc.cluster.local
- name: PORTAL_DATABASE_URL - name: PORTAL_DATABASE_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: