Compare commits

...

2 Commits

Author SHA1 Message Date
7b93faeb46
fix: bump chart version to 0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-21 21:37:46 +01:00
3ba80bdb1b
fix: httpPath of liveness and readyness probe 2022-01-21 21:37:46 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
name: postfixadmin name: postfixadmin
description: Helm chart for postfixadmin description: Helm chart for postfixadmin
type: application type: application
version: "0.1.0" version: "0.1.1"
appVersion: "3.3.10" appVersion: "3.3.10"
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130 icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130

View File

@ -38,11 +38,11 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /login.php
port: http port: http
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /login.php
port: http port: http
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}