From 21b0e57d03c3d8b86265c5ead7e62eb37682ccd0 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 12 Apr 2024 21:20:43 -0500 Subject: [PATCH] Update taginfo charts --- osm-seed/templates/taginfo/taginfo-cronJob.yaml | 4 ++-- .../templates/taginfo/taginfo-deployment.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/osm-seed/templates/taginfo/taginfo-cronJob.yaml b/osm-seed/templates/taginfo/taginfo-cronJob.yaml index 1157d728..397a29c7 100644 --- a/osm-seed/templates/taginfo/taginfo-cronJob.yaml +++ b/osm-seed/templates/taginfo/taginfo-cronJob.yaml @@ -9,7 +9,7 @@ metadata: environment: {{ .Values.environment }} release: {{ .Release.Name }} spec: - schedule: "0 0 * * 0" + schedule: "0 * * * *" concurrencyPolicy: Forbid startingDeadlineSeconds: 10 successfulJobsHistoryLimit: 2 @@ -26,7 +26,7 @@ spec: - /bin/sh - -c - | - /apps/start.sh data + /usr/src/app/start.sh data envFrom: - configMapRef: name: {{ .Release.Name }}-taginfo-common-env diff --git a/osm-seed/templates/taginfo/taginfo-deployment.yaml b/osm-seed/templates/taginfo/taginfo-deployment.yaml index 78855601..5815513c 100644 --- a/osm-seed/templates/taginfo/taginfo-deployment.yaml +++ b/osm-seed/templates/taginfo/taginfo-deployment.yaml @@ -29,17 +29,17 @@ spec: - /bin/sh - -c - | - /apps/start.sh web + /usr/src/app/start.sh web ports: - name: http - containerPort: 80 + containerPort: 4567 protocol: TCP - livenessProbe: - httpGet: - path: / - port: 80 - initialDelaySeconds: 60 - timeoutSeconds: 30 + # livenessProbe: + # httpGet: + # path: / + # port: 4567 + # initialDelaySeconds: 60 + # timeoutSeconds: 30 {{- if .Values.taginfo.resources.enabled }} resources: requests: