mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Changed: improved ingresses
This commit is contained in:
parent
7c47226ff4
commit
e89a24bd5e
@ -54,10 +54,17 @@ clearml_serving_inference:
|
|||||||
targetMemory: 50
|
targetMemory: 50
|
||||||
# -- Ingress exposing configurations
|
# -- Ingress exposing configurations
|
||||||
ingress:
|
ingress:
|
||||||
|
# -- Enable/Disable ingress
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# -- ClassName (must be defined if no default ingressClassName is available)
|
||||||
|
ingressClassName: ""
|
||||||
|
# -- Ingress hostname domain
|
||||||
hostName: "serving.clearml.127-0-0-1.nip.io"
|
hostName: "serving.clearml.127-0-0-1.nip.io"
|
||||||
|
# -- Reference to secret containing TLS certificate. If set, it enables HTTPS on ingress rule.
|
||||||
tlsSecretName: ""
|
tlsSecretName: ""
|
||||||
|
# -- Ingress annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
# -- Ingress root path url
|
||||||
path: "/"
|
path: "/"
|
||||||
|
|
||||||
# -- ClearML serving Triton configurations
|
# -- ClearML serving Triton configurations
|
||||||
@ -89,22 +96,17 @@ clearml_serving_triton:
|
|||||||
targetMemory: 50
|
targetMemory: 50
|
||||||
# -- Ingress exposing configurations
|
# -- Ingress exposing configurations
|
||||||
ingress:
|
ingress:
|
||||||
|
# -- Enable/Disable ingress
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# -- ClassName (must be defined if no default ingressClassName is available)
|
||||||
|
ingressClassName: ""
|
||||||
|
# -- Ingress hostname domain
|
||||||
hostName: "serving-grpc.clearml.127-0-0-1.nip.io"
|
hostName: "serving-grpc.clearml.127-0-0-1.nip.io"
|
||||||
|
# -- Reference to secret containing TLS certificate. If set, it enables HTTPS on ingress rule.
|
||||||
tlsSecretName: ""
|
tlsSecretName: ""
|
||||||
|
# -- Ingress annotations
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# # Example for AWS ALB
|
# -- Ingress root path url
|
||||||
# kubernetes.io/ingress.class: alb
|
|
||||||
# alb.ingress.kubernetes.io/backend-protocol: HTTP
|
|
||||||
# alb.ingress.kubernetes.io/backend-protocol-version: GRPC
|
|
||||||
# alb.ingress.kubernetes.io/certificate-arn: <cerntificate arn>
|
|
||||||
# alb.ingress.kubernetes.io/ssl-redirect: '443'
|
|
||||||
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
|
|
||||||
# alb.ingress.kubernetes.io/target-type: ip
|
|
||||||
#
|
|
||||||
# # Example for NNGINX ingress controller
|
|
||||||
# nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
|
||||||
# nginx.ingress.kubernetes.io/backend-protocol: "GRPC"
|
|
||||||
path: "/"
|
path: "/"
|
||||||
|
|
||||||
# -- Configuration from https://github.com/bitnami/charts/blob/main/bitnami/kafka/values.yaml
|
# -- Configuration from https://github.com/bitnami/charts/blob/main/bitnami/kafka/values.yaml
|
||||||
@ -114,6 +116,12 @@ kafka:
|
|||||||
# -- Configuration from https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
|
# -- Configuration from https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml
|
||||||
prometheus:
|
prometheus:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
kube-state-metrics:
|
||||||
|
enabled: false
|
||||||
|
prometheus-node-exporter:
|
||||||
|
enabled: false
|
||||||
|
prometheus-pushgateway:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# -- Configuration from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
|
# -- Configuration from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
|
||||||
grafana:
|
grafana:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user