Compare commits
4 Commits
791e6ca324
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 641ee6a8b6 | |||
| 1f8780481f | |||
| 37fa20c1ec | |||
| 512d36c7b4 |
@@ -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.6.0
|
newTag: v1.6.2
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ appVersion: v4.1.0
|
|||||||
description: A Helm chart for Ontime
|
description: A Helm chart for Ontime
|
||||||
name: stage
|
name: stage
|
||||||
type: application
|
type: application
|
||||||
version: 1.6.0
|
version: 1.6.2
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /health
|
path: /{{ .Values.ontime.prefix }}/health
|
||||||
port: 4001
|
port: 4001
|
||||||
{{- with .Values.resources }}
|
{{- with .Values.resources }}
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ spec:
|
|||||||
parentRefs:
|
parentRefs:
|
||||||
- name: {{ .Values.gateway.name }}
|
- name: {{ .Values.gateway.name }}
|
||||||
namespace: {{ .Values.gateway.namespace }}
|
namespace: {{ .Values.gateway.namespace }}
|
||||||
|
sectionName: {{ .Values.gateway.sectionName }}
|
||||||
rules:
|
rules:
|
||||||
- backendRefs:
|
- backendRefs:
|
||||||
- name: {{ include "stage.fullname" $ }}
|
- name: {{ include "stage.fullname" $ }}
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ service:
|
|||||||
gateway:
|
gateway:
|
||||||
name: "ontime"
|
name: "ontime"
|
||||||
namespace: "kube-system"
|
namespace: "kube-system"
|
||||||
|
sectionName: "https"
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
|||||||
Reference in New Issue
Block a user