Skip to content

Commit

Permalink
Update taginfo charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 13, 2024
1 parent 04bc481 commit 21b0e57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions osm-seed/templates/taginfo/taginfo-cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
environment: {{ .Values.environment }}
release: {{ .Release.Name }}
spec:
schedule: "0 0 * * 0"
schedule: "0 * * * *"
concurrencyPolicy: Forbid
startingDeadlineSeconds: 10
successfulJobsHistoryLimit: 2
Expand All @@ -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
Expand Down
16 changes: 8 additions & 8 deletions osm-seed/templates/taginfo/taginfo-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21b0e57

Please sign in to comment.