20 lines
552 B
YAML
20 lines
552 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations: {{ include "render-value" ( dict "value" .Values.global.commonAnnotations "context" .) | nindent 4 }}
|
|
labels: {{ include "render-value" ( dict "value" .Values.global.commonLabels "context" .) | nindent 4 }}
|
|
app.kubernetes.io/part-of: federatorai
|
|
app: alameda
|
|
component: alameda-ai
|
|
name: alameda-ai
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
ports:
|
|
- name: ai-metrics
|
|
port: 9091
|
|
protocol: TCP
|
|
targetPort: 9091
|
|
selector:
|
|
component: alameda-ai
|
|
type: ClusterIP
|