- Frontend now calls correct /api/auth paths instead of /api/gateway/api/auth - Fixes OTP verification and signup flow
9 lines
221 B
YAML
9 lines
221 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
patchesStrategicMerge:
|
|
- replicas-patch.yaml
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
|
newTag: bb6db6c
|