Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
519c9e1
adding ubuntu deployment scripts
Feb 2, 2026
6210fe4
Update Habana Container Runtime version requirement
HarikaDev296 Feb 3, 2026
3dac425
Update Habana Container Runtime version in user guide
HarikaDev296 Feb 3, 2026
d417201
Apply suggestion from @alexsin368
HarikaDev296 Feb 3, 2026
1adc8a2
Revise user guide for Intel AI setup instructions
HarikaDev296 Feb 4, 2026
1d50ef6
update readme & apisix user-gude
Feb 4, 2026
4c4a07e
update deploy-enterpise-inference script
Feb 5, 2026
3af744a
Enhance README with ISO mounting and Terraform details
HarikaDev296 Feb 5, 2026
df43c14
Update README with script permission and usage instructions
HarikaDev296 Feb 5, 2026
6f4e1d9
add sample_solutions folder
alexsin368 Feb 3, 2026
d4c43f9
update keycloack values
Feb 5, 2026
4622e9d
update cluster url
Feb 5, 2026
a6421bd
update readme
Feb 5, 2026
2155268
update readme
Feb 5, 2026
79187cc
update readme
Feb 5, 2026
134f5e8
update apisix for token generation step
Feb 5, 2026
3a71cf4
update apisix for token generation step
Feb 5, 2026
9f3e1c6
update apisix for token generation step
Feb 5, 2026
e9ace97
update apisix for token generation step
Feb 5, 2026
c673d08
update script link
Feb 5, 2026
793a2c9
update script link
Feb 6, 2026
3c7f5e0
update deployment script
Feb 9, 2026
bb6dbd7
update deployment script
Feb 9, 2026
e7dcb8c
Adding model-deployment guide
Feb 11, 2026
40584c5
Adding model-deployment guide
Feb 11, 2026
9cff6bf
adding custom iso scripts and model deployment guides
Feb 13, 2026
55da4eb
Update README with clearer usage instructions
HarikaDev296 Feb 13, 2026
3f478ce
Replace example values with placeholders in README
HarikaDev296 Feb 13, 2026
410ad02
update iso readme
Feb 13, 2026
4e5fe22
update keycloak values with defaults
Feb 17, 2026
e481c1f
adding code scan file
Feb 17, 2026
ce2f374
Release v1.5.0 (#62)
AhmedSeemalK Feb 13, 2026
e7b84b8
update custom iso readme
Feb 18, 2026
296ad49
update custom iso readme
Feb 18, 2026
efcdff4
delete code-scan.yaml files
Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/helm-charts/apisix-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: auth-apisix
Expand Down
14 changes: 7 additions & 7 deletions core/helm-charts/apisix-helm/openshift-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# APISIX Namespace
Expand Down Expand Up @@ -33,9 +33,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -76,9 +76,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand All @@ -105,9 +105,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
14 changes: 7 additions & 7 deletions core/helm-charts/apisix-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

# APISIX Namespace
Expand Down Expand Up @@ -28,9 +28,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -64,9 +64,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand All @@ -93,9 +93,9 @@ apisix:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/ceph/operator-values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
image:
repository: docker.io/rook/ceph
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/fluentbit/fluebit-values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

fluent-bit:
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/fluentbit/fluentbit-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
data:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: langfuse
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# This file is used to validate the Chart and sets some values for required fields. It is not used for the deployment.
# Example usage: `helm lint . --values values.lint.yaml`
Expand Down
34 changes: 17 additions & 17 deletions core/helm-charts/genai-gateway-trace/charts/langfuse/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Langfuse Helm Chart Configuration

Expand Down Expand Up @@ -148,9 +148,9 @@ langfuse:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -509,9 +509,9 @@ postgresql:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand All @@ -536,9 +536,9 @@ postgresql:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -596,9 +596,9 @@ redis:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand All @@ -625,9 +625,9 @@ redis:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -660,9 +660,9 @@ clickhouse:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -690,9 +690,9 @@ clickhouse:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -887,9 +887,9 @@ s3:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: genaigateway
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
kind: ConfigMap
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.ingress.enabled }}
apiVersion: networking.k8s.io/v1
Expand Down
7 changes: 5 additions & 2 deletions core/helm-charts/genai-gateway/templates/ingress_eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ metadata:
annotations:
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig":
{ "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/certificate-arn: "{{ default "" .Values.aws_certificate_arn }}"
alb.ingress.kubernetes.io/group.name: eks-genai
{{- if .Values.aws_certificate_arn }}
alb.ingress.kubernetes.io/certificate-arn: '{{ .Values.aws_certificate_arn }}'
{{- end }}
alb.ingress.kubernetes.io/group.name: ei-eks
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/reconcile: now
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
alb.ingress.kubernetes.io/group.order: '3'
name: genai-gateway-ingress
spec:
ingressClassName: alb
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/job-rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.backup.enabled }}
apiVersion: batch/v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.backup.enabled }}
{{- if .Values.backup.pvc.enabled }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.restoreJob.enabled }}
apiVersion: batch/v1
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/route.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if .Values.route.enabled }}
apiVersion: route.openshift.io/v1
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/genai-gateway/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v1
kind: Service
Expand Down
14 changes: 7 additions & 7 deletions core/helm-charts/genai-gateway/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
replicaCount: 1
image:
Expand All @@ -15,9 +15,9 @@ affinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -113,9 +113,9 @@ postgresql:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down Expand Up @@ -144,9 +144,9 @@ redis:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: role
- key: ei-infra-eligible
operator: In
values: ["infra"]
values: ["true"]
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/istio/peer-auth-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: security.istio.io/v1
kind: PeerAuthentication
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/istio/peer-authentication.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: security.istio.io/v1
kind: PeerAuthentication
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: keycloak-apisix
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/keycloak/templates/apisixTls.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: apisix.apache.org/v2
kind: ApisixTls
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/keycloak/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: apisix.apache.org/v2
kind: ApisixRoute
Expand Down
2 changes: 1 addition & 1 deletion core/helm-charts/keycloak/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
{{- if not .Values.apisixRoute.enabled }}
apiVersion: networking.k8s.io/v1
Expand Down
8 changes: 5 additions & 3 deletions core/helm-charts/keycloak/templates/ingress_eks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2025-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand All @@ -7,8 +7,10 @@ metadata:
namespace: auth-apisix
annotations:
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/certificate-arn: "{{ default "" .Values.aws_certificate_arn }}"
alb.ingress.kubernetes.io/group.name: keycloak-apisix
{{- if .Values.aws_certificate_arn }}
alb.ingress.kubernetes.io/certificate-arn: '{{ .Values.aws_certificate_arn }}'
{{- end }}
alb.ingress.kubernetes.io/group.name: ei-eks
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
alb.ingress.kubernetes.io/scheme: internet-facing
alb.ingress.kubernetes.io/target-type: ip
Expand Down
Loading