Compare commits
1 Commits
taiga-0.1.
...
taiga-0.1.
Author | SHA1 | Date | |
---|---|---|---|
90970ef172 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: taiga
|
name: taiga
|
||||||
version: 0.1.6
|
version: 0.1.7
|
||||||
description: Chart for Taiga
|
description: Chart for Taiga
|
||||||
keywords:
|
keywords:
|
||||||
- kanban
|
- kanban
|
||||||
|
@@ -74,7 +74,7 @@ spec:
|
|||||||
{{- if .Values.events.livenessProbe.enabled }}
|
{{- if .Values.events.livenessProbe.enabled }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /admin/login/
|
path: /healthz
|
||||||
port: {{ .Values.events.service.port }}
|
port: {{ .Values.events.service.port }}
|
||||||
initialDelaySeconds: {{ .Values.events.livenessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.events.livenessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.events.livenessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.events.livenessProbe.periodSeconds }}
|
||||||
@@ -86,7 +86,7 @@ spec:
|
|||||||
{{- if .Values.events.readinessProbe.enabled }}
|
{{- if .Values.events.readinessProbe.enabled }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /admin/login/
|
path: /healthz
|
||||||
port: {{ .Values.events.service.port }}
|
port: {{ .Values.events.service.port }}
|
||||||
initialDelaySeconds: {{ .Values.events.readinessProbe.initialDelaySeconds }}
|
initialDelaySeconds: {{ .Values.events.readinessProbe.initialDelaySeconds }}
|
||||||
periodSeconds: {{ .Values.events.readinessProbe.periodSeconds }}
|
periodSeconds: {{ .Values.events.readinessProbe.periodSeconds }}
|
||||||
|
Reference in New Issue
Block a user