fix(ingress): underscore removed from ingress name

!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
This commit is contained in:
2023-11-19 18:40:37 +09:30
parent 33883ec640
commit 11563741a9

View File

@ -3,7 +3,7 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: alert_manager name: alertmanager
namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}" namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}"
annotations: annotations:
{{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.annotations | nindent 4 }} {{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.annotations | nindent 4 }}