rancher-partner-charts/charts/prophetstor/federatorai/templates/federatorai-data-adapter/services.yaml

27 lines
724 B
YAML

---
apiVersion: v1
kind: Service
metadata:
annotations:
{{- if .Values.global.commonAnnotations }}
{{- include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }}
{{- end }}
labels:
{{- if .Values.global.commonLabels }}
{{- include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }}
{{- end }}
app.kubernetes.io/part-of: federatorai
app: alameda
component: federatorai-data-adapter
name: federatorai-data-adapter-exporter
namespace: {{ .Release.Namespace }}
spec:
ports:
- name: export-metrics
port: 8080
protocol: TCP
targetPort: 8080
selector:
component: federatorai-data-adapter
type: ClusterIP