rancher-partner-charts/charts/kubecost/cost-analyzer/templates/cost-analyzer-prometheus-po...

20 lines
411 B
YAML
Raw Normal View History

2021-06-24 01:55:05 +00:00
{{- if .Values.remoteWrite -}}
{{- if .Values.remoteWrite.postgres -}}
{{- if .Values.remoteWrite.postgres.enabled -}}
kind: Service
apiVersion: v1
metadata:
name: pgprometheus-adapter
labels:
{{ include "cost-analyzer.commonLabels" . | nindent 4 }}
spec:
selector:
app: adapter
type: ClusterIP
ports:
- name: server
port: 9201
targetPort: 9201
{{- end }}
{{- end }}
{{- end }}