Skip to content

Commit

Permalink
fix: use nodeautoscaler binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mijailr committed Nov 15, 2021
1 parent 2801322 commit eedf5c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ COPY ./ .
RUN chmod +x ./nodeautoscaler/build.sh

FROM alpine:3.12.4
COPY --from=builder /build/nodeautoscaler/nodeautoscaler /nodeautoscaler
COPY --from=builder /build/nodeautoscaler/nodeautoscaler/nodeautoscaler /nodeautoscaler
RUN chmod +x /nodeautoscaler
ENTRYPOINT ["/nodeautoscaler"]
4 changes: 2 additions & 2 deletions nodeautoscaler/deploy/node-auto-scaler-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ spec:
labels:
app: node-auto-scaler
spec:
imagePullSecrets:
- name: github
nodeSelector:
nodeType: loadbalancer
serviceAccountName: node-auto-scaler
imagePullSecrets:
- name: github
containers:
- image: ghcr.io/cocreate-app/cocreate-node-autoscaler/node-autoscaler
imagePullPolicy: Always
Expand Down

0 comments on commit eedf5c5

Please sign in to comment.