9701217816
Change-Id: Ic968ec926d7a6942a053f73910ee142e3cb0a234
16 lines
463 B
YAML
16 lines
463 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "nebulous-optimiser-resource-auction-agent.fullname" . }}
|
|
labels:
|
|
{{- include "nebulous-optimiser-resource-auction-agent.labels" . | nindent 4 }}
|
|
spec:
|
|
type: {{ .Values.service.type }}
|
|
ports:
|
|
- port: {{ .Values.service.port }}
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
{{- include "nebulous-optimiser-resource-auction-agent.selectorLabels" . | nindent 4 }}
|