Skip to content

Commit

Permalink
Merge pull request #227 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated kafka
  • Loading branch information
seungsoo-lee committed Jul 23, 2021
2 parents 921bd15 + ee4c40d commit 673bfa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ config:
protocol: SSL
ssl:
enabled: true
ca:
location: /kafka-ssl/ca.pem
keystore:
location: /kafka-ssl/user.p12
pword: DHmHwNYy22At
ca:
location: /kafka-ssl/ca.pem
keystore:
location: /kafka-ssl/user.p12
pword: DHmHwNYy22At
events:
buffer: 100

Expand Down
2 changes: 0 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ RUN go build -o knoxAutoPolicy main.go
#FROM debian:latest
FROM artifactory.accuknox.com/accuknox/ubuntu:21.10

RUN apt-get update -y && apt-get install -y ca-certificates

COPY ./src/conf/local.yaml conf/conf.yaml
COPY --from=builder /usr/src/knox/knoxAutoPolicy /knoxAutoPolicy

Expand Down

0 comments on commit 673bfa9

Please sign in to comment.