UNPKG

@ammar-ahmed/automation-app-bot

Version:
17 lines (16 loc) 429 B
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 }}