[gatus] fix config volume (#1607)

Co-authored-by: angelnu <git@angelnucom>
This commit is contained in:
Angel Nunez Mencias 2022-06-06 14:00:27 +02:00 committed by GitHub
parent d2f18a6fb9
commit fe4c265938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 17 deletions

View File

@ -5,7 +5,7 @@ description: A developer-oriented health dashboard that gives you the ability to
icon: https://github.com/TwiN/gatus/raw/master/.github/assets/logo-with-dark-text.png
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/gatus
name: gatus
version: 1.0.0
version: 1.0.1
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/TwiN/gatus
@ -18,5 +18,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: added
description: Initial version
- kind: modified
description: fix configmap

View File

@ -1,6 +1,6 @@
# gatus
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v3.8.0](https://img.shields.io/badge/AppVersion-v3.8.0-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: v3.8.0](https://img.shields.io/badge/AppVersion-v3.8.0-informational?style=flat-square)
A developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries.
@ -88,11 +88,11 @@ N/A
## Changelog
### Version 1.0.0
### Version 1.0.1
#### Added
* Initial version
N/A
#### Changed

View File

@ -14,10 +14,8 @@
persistence:
config:
enabled: true
type: "configMap"
type: configMap
name: "{{ include "common.names.fullname" . }}-config"
mountPath: "/www/assets/config.yml"
subPath: "config.yml"
{{- end }}
{{- end -}}
{{- $_ := mergeOverwrite .Values (include "gatus.harcodedValues" . | fromYaml) -}}

View File

@ -37,14 +37,9 @@ ingress:
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: "true"
mountPath: "/config/config.yaml"
subPath: "config.yaml"
type: "custom"
volumeSpec:
configMap:
name: gatus-config
data:
enabled: true
type: emptyDir
configmap:
config: