mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
second try
This commit is contained in:
parent
31a15332c4
commit
1cb9d3bca2
11 changed files with 237 additions and 64 deletions
31
docs/source/distributions/k8s/set-secret.yaml.template
Normal file
31
docs/source/distributions/k8s/set-secret.yaml.template
Normal file
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: hf-token-secret
|
||||
type: Opaque
|
||||
data:
|
||||
token: ${HF_TOKEN_BASE64}
|
||||
|
||||
# -------------------------------------------------
|
||||
# NGC Docker Registry Secret
|
||||
# -------------------------------------------------
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ngc-docker-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: ${NGC_DOCKER_CONFIG_JSON}
|
||||
|
||||
# -------------------------------------------------
|
||||
# NGC API Secret
|
||||
# -------------------------------------------------
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: ngc-api
|
||||
type: Opaque
|
||||
data:
|
||||
NGC_API_KEY: ${NGC_API_KEY_BASE64}
|
Loading…
Add table
Add a link
Reference in a new issue