File tree 3 files changed +3
-3
lines changed
charts/radar-push-endpoint/templates
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
kind : NetworkPolicy
3
3
apiVersion : networking.k8s.io/v1
4
4
metadata :
5
- name : {{ template "common.names.fullname" . }}-jmx-configmap
5
+ name : {{ template "common.names.fullname" . }}
6
6
namespace : {{ include "common.names.namespace" . | quote }}
7
7
labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
8
8
{{- if .Values.commonAnnotations }}
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Service
3
3
metadata :
4
- name : {{ template "common.names.fullname" . }}-jmx-configmap
4
+ name : {{ template "common.names.fullname" . }}
5
5
namespace : {{ include "common.names.namespace" . | quote }}
6
6
labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
7
7
{{- if .Values.commonAnnotations }}
Original file line number Diff line number Diff line change 2
2
apiVersion : monitoring.coreos.com/v1
3
3
kind : ServiceMonitor
4
4
metadata :
5
- name : {{ template "common.names.fullname" . }}-jmx-configmap
5
+ name : {{ template "common.names.fullname" . }}
6
6
namespace : {{ include "common.names.namespace" . | quote }}
7
7
labels : {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
8
8
{{- if .Values.commonAnnotations }}
You can’t perform that action at this time.
0 commit comments