File tree Expand file tree Collapse file tree
charts/device-definitions-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
22image :
33 repository : dimozone/device-definitions-api
44 pullPolicy : IfNotPresent
5- tag : 1174cf4
5+ tag : ' 6944044 '
66imagePullSecrets : []
77nameOverride : ' '
88fullnameOverride : ' '
@@ -19,7 +19,7 @@ securityContext:
1919 allowPrivilegeEscalation : false
2020 capabilities :
2121 drop :
22- - all
22+ - all
2323cronJob :
2424 enabled : false
2525 schedule : 0 0 * * 0
@@ -72,15 +72,15 @@ service:
7272 targetPort : grpc
7373 protocol : TCP
7474ports :
75- - name : mon-http
76- containerPort : 8888
77- protocol : TCP
78- - name : http
79- containerPort : 8080
80- protocol : TCP
81- - name : grpc
82- containerPort : 8086
83- protocol : TCP
75+ - name : mon-http
76+ containerPort : 8888
77+ protocol : TCP
78+ - name : http
79+ containerPort : 8080
80+ protocol : TCP
81+ - name : grpc
82+ containerPort : 8086
83+ protocol : TCP
8484ingress :
8585 enabled : true
8686 className : nginx
@@ -92,10 +92,10 @@ ingress:
9292 nginx.ingress.kubernetes.io/limit-rps : ' 5'
9393 external-dns.alpha.kubernetes.io/hostname : device-definitions-api.dev.dimo.zone
9494 hosts :
95- - host : device-definitions-api.dev.dimo.zone
96- paths :
97- - path : /
98- pathType : ImplementationSpecific
95+ - host : device-definitions-api.dev.dimo.zone
96+ paths :
97+ - path : /
98+ pathType : ImplementationSpecific
9999 tls : []
100100resources :
101101 limits :
@@ -120,10 +120,8 @@ serviceMonitor:
120120 port : mon-http
121121 interval : 30s
122122jobs :
123- - name : search-index-load
124- schedule : 0 0 * * *
125- args :
126- - -c
127- - /device-definitions-api sync-device-definitions-search; CODE=$?; echo "weekly
128- typesense mmy search index sync completed"; wget -q --post-data "hello=shutdown"
129- http://localhost:4191/shutdown &> /dev/null; exit $CODE;
123+ - name : search-index-load
124+ schedule : 0 0 * * *
125+ args :
126+ - ' -c'
127+ - /device-definitions-api sync-device-definitions-search; CODE=$?; echo "weekly typesense mmy search index sync completed"; wget -q --post-data "hello=shutdown" http://localhost:4191/shutdown &> /dev/null; exit $CODE;
You can’t perform that action at this time.
0 commit comments