ipatini 9794f1b19c Added Helm chart for deploying EMS at app. cluster
Change-Id: Iaecaac5fadb397965c38af57c89153d53ae0c2df
2024-04-16 18:32:36 +03:00

25 lines
777 B
YAML

#
# Copyright (C) 2017-2025 Institute of Communication and Computer Systems (imu.iccs.gr)
#
# This Source Code Form is subject to the terms of the Mozilla Public License, v2.0, unless
# Esper library is used, in which case it is subject to the terms of General Public License v2.0.
# If a copy of the MPL was not distributed with this file, you can obtain one at
# https://www.mozilla.org/en-US/MPL/2.0/
#
apiVersion: v1
kind: Service
metadata:
name: {{ include "ems-server.fullname" . }}
labels:
{{- include "ems-server.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "ems-server.selectorLabels" . | nindent 4 }}