feat(alert_manager): added config for ingress
!5 nofusscomputing/infrastructure/configuration-management/inventory-production!3
This commit is contained in:
14
templates/Ingress-Multi.yaml
Normal file
14
templates/Ingress-Multi.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
{{ if .Values.nfc_monitoring.alert_manager.ingress.enabled | default "false" | bool -}}
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: alert_manager
|
||||
namespace: "{{ .Values.nfc_monitoring.alert_manager.namespace }}"
|
||||
annotations:
|
||||
{{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.annotations | nindent 4 }}
|
||||
spec:
|
||||
{{ toYaml $.Values.nfc_monitoring.alert_manager.ingress.spec | nindent 2 }}
|
||||
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user