-
-
Save gowatana/0f17b4b0bb03278dc694e9fc548feead to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: nai-demo-chat | |
| labels: | |
| app: nai-demo-chat | |
| spec: | |
| type: LoadBalancer | |
| selector: | |
| app: nai-demo-chat | |
| ports: | |
| - protocol: TCP | |
| port: 80 | |
| targetPort: 5000 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317