Skip to content

Commit

Permalink
fix: use traffic port for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 19, 2024
1 parent f94b207 commit bf6be1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ingress-nginx:
controller:
config:
enable-opentelemetry: "true"
skip-access-log-urls: "/healthz"
opentelemetry:
enabled: true
service:
Expand All @@ -28,7 +29,6 @@ ingress-nginx:
service.beta.kubernetes.io/aws-load-balancer-type: "external"
service.beta.kubernetes.io/aws-load-balancer-healthcheck-path: "/healthz"
service.beta.kubernetes.io/aws-load-balancer-healthcheck-protocol: http
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "10254"
service.beta.kubernetes.io/aws-load-balancer-ip-address-type: "dualstack"
service.beta.kubernetes.io/aws-load-balancer-attributes: "load_balancing.cross_zone.enabled=true,deletion_protection.enabled=true"
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol: "*"
Expand Down

0 comments on commit bf6be1c

Please sign in to comment.