@ammar-ahmed/automation-app-bot
Version:
Automation made easy and fun OH Yeah!
17 lines (16 loc) • 429 B
YAML
apiVersion: v1
kind: Service
metadata:
name: {{ include "mergeable.fullname" . }}
labels:
{{- include "mergeable.labels" . | nindent 4 }}
app: {{ include "mergeable.fullname" . }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "mergeable.selectorLabels" . | nindent 4 }}