- Add nxtgauge-ai-assistant deployment, service, and kustomization overlays - Update users service to commit 430711a with AI endpoints - Set NXTGAUGE_USERS_URL and AI_SERVICE_KEY env vars
7 lines
188 B
YAML
7 lines
188 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../base
|
|
images:
|
|
- name: registry.nxtgauge.com/nxtgauge-ai-assistant
|
|
newTag: high-performance-latest
|