Adding dependencies, binary autostart
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{{- if and .Values.gateway.enabled (not (and .Values.enterprise.enabled .Values.enterprise.gelGateway)) }}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "loki.gatewayFullname" . }}
|
||||
namespace: {{ $.Release.Namespace }}
|
||||
labels:
|
||||
{{- include "loki.gatewayLabels" . | nindent 4 }}
|
||||
data:
|
||||
nginx.conf: |
|
||||
{{- tpl .Values.gateway.nginxConfig.file . | indent 2 }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user