Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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