Skip to content

Commit

Permalink
Update ChatQnA manifests using always pull image policy (opea-project…
Browse files Browse the repository at this point in the history
…#1100)

Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel authored Nov 11, 2024
1 parent abd9d12 commit e3187be
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 61 deletions.
22 changes: 11 additions & 11 deletions ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna-guardrails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ spec:
securityContext:
{}
image: "opea/chatqna-ui:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: ui
containerPort: 5173
Expand Down Expand Up @@ -612,7 +612,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/dataprep-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: data-prep
containerPort: 6007
Expand Down Expand Up @@ -687,7 +687,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "redis/redis-stack:7.2.0-v9"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: data-volume
Expand Down Expand Up @@ -762,7 +762,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/guardrails-tgi:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: guardrails-usvc
containerPort: 9090
Expand Down Expand Up @@ -840,7 +840,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/retriever-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: retriever-usvc
containerPort: 7000
Expand Down Expand Up @@ -919,7 +919,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -1010,7 +1010,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -1101,7 +1101,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1181,7 +1181,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1273,7 +1273,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/chatqna-guardrails:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp
name: tmp
Expand Down Expand Up @@ -1314,7 +1314,7 @@ spec:
spec:
containers:
- image: nginx:1.27.1
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: nginx
volumeMounts:
- mountPath: /etc/nginx/conf.d
Expand Down
18 changes: 9 additions & 9 deletions ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ spec:
securityContext:
{}
image: "opea/chatqna-ui:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: ui
containerPort: 5173
Expand Down Expand Up @@ -512,7 +512,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/dataprep-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: data-prep
containerPort: 6007
Expand Down Expand Up @@ -587,7 +587,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "redis/redis-stack:7.2.0-v9"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: data-volume
Expand Down Expand Up @@ -662,7 +662,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/retriever-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: retriever-usvc
containerPort: 7000
Expand Down Expand Up @@ -741,7 +741,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -832,7 +832,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -923,7 +923,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1011,7 +1011,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/chatqna:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp
name: tmp
Expand Down Expand Up @@ -1052,7 +1052,7 @@ spec:
spec:
containers:
- image: nginx:1.27.1
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: nginx
volumeMounts:
- mountPath: /etc/nginx/conf.d
Expand Down
18 changes: 9 additions & 9 deletions ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna_bf16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ spec:
securityContext:
{}
image: "opea/chatqna-ui:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: ui
containerPort: 5173
Expand Down Expand Up @@ -513,7 +513,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/dataprep-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: data-prep
containerPort: 6007
Expand Down Expand Up @@ -588,7 +588,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "redis/redis-stack:7.2.0-v9"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: data-volume
Expand Down Expand Up @@ -663,7 +663,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/retriever-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: retriever-usvc
containerPort: 7000
Expand Down Expand Up @@ -742,7 +742,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -833,7 +833,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -926,7 +926,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-generation-inference:2.4.0-intel-cpu"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1014,7 +1014,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/chatqna:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp
name: tmp
Expand Down Expand Up @@ -1055,7 +1055,7 @@ spec:
spec:
containers:
- image: nginx:1.27.1
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: nginx
volumeMounts:
- mountPath: /etc/nginx/conf.d
Expand Down
22 changes: 11 additions & 11 deletions ChatQnA/kubernetes/intel/hpu/gaudi/manifest/chatqna-guardrails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ spec:
securityContext:
{}
image: "opea/chatqna-ui:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: ui
containerPort: 5173
Expand Down Expand Up @@ -614,7 +614,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/dataprep-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: data-prep
containerPort: 6007
Expand Down Expand Up @@ -692,7 +692,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/guardrails-tgi:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: guardrails-usvc
containerPort: 9090
Expand Down Expand Up @@ -767,7 +767,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "redis/redis-stack:7.2.0-v9"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: data-volume
Expand Down Expand Up @@ -842,7 +842,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/retriever-redis:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: retriever-usvc
containerPort: 7000
Expand Down Expand Up @@ -921,7 +921,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/tei-gaudi:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -1013,7 +1013,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/text-embeddings-inference:cpu-1.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--auto-truncate"
volumeMounts:
Expand Down Expand Up @@ -1104,7 +1104,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/tgi-gaudi:2.0.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1185,7 +1185,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "ghcr.io/huggingface/tgi-gaudi:2.0.5"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /data
name: model-volume
Expand Down Expand Up @@ -1278,7 +1278,7 @@ spec:
seccompProfile:
type: RuntimeDefault
image: "opea/chatqna-guardrails:latest"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- mountPath: /tmp
name: tmp
Expand Down Expand Up @@ -1319,7 +1319,7 @@ spec:
spec:
containers:
- image: nginx:1.27.1
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: nginx
volumeMounts:
- mountPath: /etc/nginx/conf.d
Expand Down
Loading

0 comments on commit e3187be

Please sign in to comment.