Compare commits
4 Commits
791e6ca324
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 641ee6a8b6 | |||
| 1f8780481f | |||
| 37fa20c1ec | |||
| 512d36c7b4 |
@@ -5,4 +5,4 @@ kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: git.jwetzell.com/jwetzell/ontime-operator
|
||||
newTag: v1.6.0
|
||||
newTag: v1.6.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -55,7 +55,7 @@ spec:
|
||||
protocol: TCP
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /health
|
||||
path: /{{ .Values.ontime.prefix }}/health
|
||||
port: 4001
|
||||
{{- with .Values.resources }}
|
||||
resources:
|
||||
|
||||
@@ -7,6 +7,7 @@ spec:
|
||||
parentRefs:
|
||||
- name: {{ .Values.gateway.name }}
|
||||
namespace: {{ .Values.gateway.namespace }}
|
||||
sectionName: {{ .Values.gateway.sectionName }}
|
||||
rules:
|
||||
- backendRefs:
|
||||
- name: {{ include "stage.fullname" $ }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user