Compare commits

...

3 Commits

Author SHA1 Message Date
3fc3765da6 bump chart version 2025-11-09 15:48:40 -06:00
55e174783d add readiness probe to deployment 2025-11-09 15:48:27 -06:00
88dd25ed86 update version 2025-11-09 15:47:55 -06:00
4 changed files with 9 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ kind: Kustomization
images: images:
- name: controller - name: controller
newName: git.jwetzell.com/jwetzell/ontime-operator newName: git.jwetzell.com/jwetzell/ontime-operator
newTag: v1.4.0 newTag: v1.5.0

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
appVersion: v4.0.1 appVersion: v4.1.0
description: A Helm chart for Kubernetes description: A Helm chart for Ontime
name: stage name: stage
type: application type: application
version: 1.4.0 version: 1.5.0

View File

@@ -53,6 +53,10 @@ spec:
- name: http - name: http
containerPort: {{ .Values.service.port }} containerPort: {{ .Values.service.port }}
protocol: TCP protocol: TCP
readinessProbe:
httpGet:
path: /health
port: 4001
{{- with .Values.resources }} {{- with .Values.resources }}
resources: resources:
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}

View File

@@ -5,7 +5,7 @@ replicaCount: 1
ontime: ontime:
version: 4.0.2 version: v4.1.0
# prefix: "" # prefix: ""
# timezone: "UTC" # timezone: "UTC"
# password: "password" # password: "password"