Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
466 B

apiVersion: v1
kind: Service
metadata:
name: "{{ .Release.Name }}-engine-service"
namespace: {{ .Release.Namespace }}
labels:
{{- include "chart.engineLabels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- name: {{ include "chart.service-port-name" . }}
port: {{ include "chart.service-port" . }}
targetPort: {{ include "chart.container-port-name" . }}
protocol: TCP
selector:
{{- include "chart.engineLabels" . | nindent 4 }}