Skip to content

Commit

Permalink
NEMO entitystore sample CR
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Ramachandra Sekar <[email protected]>
  • Loading branch information
Varun Ramachandra Sekar committed Jan 16, 2025
1 parent cd5c92c commit 2beeec7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/samples/apps_v1alpha1_nemoentitystore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apps.nvidia.com/v1alpha1
kind: NemoEntitystore
metadata:
name: nemoentitystore-sample
spec:
image:
repository: <registry>/<nemo-entity-store>
tag: "<version>"
pullPolicy: IfNotPresent
pullSecrets:
- <ngc-image-pull-secret>
authSecret: <ngc-api-secret>
env:
- name: BASE_URL_DATASTORE
value: http://<DATASTORE_SVC_NAME>.<DATASTORE_SVC_NAMESPACE>:3000
expose:
service:
port: 8000
entityStoreParams:
appVersion: "<version>"
databaseName: gateway
databaseUser: esuser
databaseHost: <postgresql-endpoint>
databasePort: "5432"
dbSecret: <entity-store-db-secret>

0 comments on commit 2beeec7

Please sign in to comment.