Compare commits
3 Commits
8f0c68b24a
...
3fc3765da6
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fc3765da6 | |||
| 55e174783d | |||
| 88dd25ed86 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user