@@ -659,17 +659,6 @@ tyk-pump:
659
659
# Tyk Pump svc is disabled by default. Set it to true to enable it.
660
660
enabled : false
661
661
662
- # healthEnabled enables health check service
663
- healthEnabled : false
664
-
665
- # healthEndpointName sets the health check path.
666
- # It defaults to hello if health check is enabled and it is not set.
667
- healthEndpointName : " "
668
-
669
- # healthEndpointPort sets the health check port.
670
- # It defaults to 8083 if health check is enabled and it is not set.
671
- healthEndpointPort :
672
-
673
662
# type specifies type of the service.
674
663
type : ClusterIP
675
664
@@ -683,6 +672,31 @@ tyk-pump:
683
672
# annotations specifies annotations to be added Tyk Pump service.
684
673
annotations : {}
685
674
675
+ healthCheckService :
676
+ # type specifies type of the service.
677
+ type : ClusterIP
678
+
679
+ # Tyk Pump health service is disabled by default.
680
+ # Set it to true to enable it.
681
+ enabled : false
682
+
683
+ # path sets the health check path.
684
+ path : " "
685
+
686
+ # port sets the health check port.
687
+ # It defaults to 8083 if health check is enabled and it is not set.
688
+ port : 8083
689
+
690
+ # The name for the health check service port
691
+ portName : " "
692
+
693
+ # annotations specifies annotations to be added Tyk Pump service.
694
+ annotations : {}
695
+
696
+ # externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or
697
+ # cluster-wide endpoints, while using LoadBalancer type of service.
698
+ externalTrafficPolicy : Local
699
+
686
700
# containerPort represents the port where Tyk Pump serve the metrics, for instance metrics for Prometheus.
687
701
# The default port is 9090.
688
702
containerPort : 9090
@@ -826,7 +840,7 @@ tyk-pump:
826
840
# periodSeconds: 10
827
841
# timeoutSeconds: 3
828
842
# failureThreshold: 3
829
- readinessProbe : {}
843
+ readinessProbe : {}
830
844
831
845
tests :
832
846
enabled : true
0 commit comments