Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 3, 2025 11:37
Show Gist options
  • Select an option

  • Save gowatana/ca0309eaff02dfe2bb67b4821b93753e to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/ca0309eaff02dfe2bb67b4821b93753e to your computer and use it in GitHub Desktop.
helm/nai-demo/templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "nai-demo.fullname" . }}-config
data:
NAI_ENDPOINT_NAME: {{ .Values.config.NAI_ENDPOINT_NAME | quote }}
NAI_ENDPOINT_URL: {{ .Values.config.NAI_ENDPOINT_URL | quote }}
@gowatana
Copy link
Author

gowatana commented Nov 3, 2025

下記の投稿むけ。

NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment