Skip to content

Commit

Permalink
Add scaler dlx to makefile (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
levrado committed Dec 8, 2018
1 parent 2248e14 commit 779bd90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ DOCKER_IMAGES_RULES = \
controller \
dashboard \
processor \
scaler \
dlx \
handler-builder-golang-onbuild \
handler-builder-java-onbuild \
handler-builder-ruby-onbuild \
Expand Down
8 changes: 4 additions & 4 deletions hack/k8s/helm/nuclio/templates/service/dlx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

{{- if .Values.dlx.enabled }}
apiVersion: v1
kind: Service
metadata:
kind: Service
metadata:
name: {{ template "nuclio.dlxName" . }}
labels:
nuclio.io/app: dlx
Expand All @@ -24,8 +24,8 @@ apiVersion: v1
spec:
selector:
nuclio.io/app: {{ template "nuclio.dlxName" . }}
ports:
- name: proxy
ports:
- name: proxy
port: 8080
protocol: TCP
{{- end }}

0 comments on commit 779bd90

Please sign in to comment.