rancher-partner-charts/charts/prophetstor/federatorai/templates/fedemeter-api/services.yaml

27 lines
681 B
YAML
Raw Normal View History

---
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: fedemeter-api
name: fedemeter-api
namespace: {{ .Release.Namespace }}
spec:
ports:
- name: fedemeter-api
port: 8888
protocol: TCP
targetPort: 8888
selector:
component: fedemeter-api
type: ClusterIP