Compare commits

..

4 Commits

Author SHA1 Message Date
641ee6a8b6 bump version 2025-11-12 16:22:31 -06:00
1f8780481f add prefix to readiness probe 2025-11-12 16:22:13 -06:00
37fa20c1ec bump version 2025-11-12 16:09:51 -06:00
512d36c7b4 add sectionName to httproute 2025-11-12 16:09:31 -06:00
5 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -3,4 +3,4 @@ appVersion: v4.1.0
description: A Helm chart for Ontime
name: stage
type: application
version: 1.6.0
version: 1.6.2

View File

@@ -55,7 +55,7 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /health
path: /{{ .Values.ontime.prefix }}/health
port: 4001
{{- with .Values.resources }}
resources:

View File

@@ -7,6 +7,7 @@ spec:
parentRefs:
- name: {{ .Values.gateway.name }}
namespace: {{ .Values.gateway.namespace }}
sectionName: {{ .Values.gateway.sectionName }}
rules:
- backendRefs:
- name: {{ include "stage.fullname" $ }}

View File

@@ -45,6 +45,7 @@ service:
gateway:
name: "ontime"
namespace: "kube-system"
sectionName: "https"
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious