2023-06-12 16:19:01 +00:00
|
|
|
---
|
2022-12-01 22:20:33 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
2023-06-12 16:19:01 +00:00
|
|
|
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 }}
|
2022-12-01 22:20:33 +00:00
|
|
|
app.kubernetes.io/part-of: federatorai
|
|
|
|
app: alameda
|
|
|
|
component: federatorai-dashboard-backend
|
|
|
|
name: federatorai-dashboard-backend
|
|
|
|
namespace: {{ .Release.Namespace }}
|
|
|
|
spec:
|
|
|
|
ports:
|
2023-06-12 16:19:01 +00:00
|
|
|
- port: 8081
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 8081
|
2022-12-01 22:20:33 +00:00
|
|
|
selector:
|
|
|
|
component: federatorai-dashboard-backend
|
|
|
|
type: ClusterIP
|