We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee57ce commit 2760d04Copy full SHA for 2760d04
1 file changed
charts/device-definitions-api/values-prod.yaml
@@ -4,7 +4,7 @@ replicaCount: 2
4
image:
5
repository: dimozone/device-definitions-api
6
pullPolicy: IfNotPresent
7
- tag: 70df733
+ tag: b024d44
8
env:
9
ENVIRONMENT: prod
10
PORT: '8080'
@@ -59,11 +59,6 @@ affinity: {}
59
podDisruptionBudget:
60
minAvailable: 1
61
jobs:
62
-# - name: search-index-load
63
-# schedule: 0 15 * * *
64
-# args:
65
-# - '-c'
66
-# - /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;
67
- name: r1-search-gsheet-sync
68
schedule: 0 13 * * *
69
args:
0 commit comments