Skip to content

Commit

Permalink
Merge pull request #221 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated scripts
  • Loading branch information
seungsoo-lee committed Jul 23, 2021
2 parents 8c170db + 6d1b114 commit 289dd2a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 3 additions & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ config:
topics:
- cilium-telemetry-new
- kubearmor-syslogs
security:
protocol: SSL
ssl:
enabled: false
events:
buffer: 50
buffer: 100

logging:
level: "INFO"
Expand Down
8 changes: 4 additions & 4 deletions scripts/sync_with_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ fi
# fetch upstream
git fetch upstream

# switch to master
git checkout master
# switch to dev
git checkout dev

# merge upstream/master
git merge upstream/master
git merge upstream/dev

# push to my repo
git push origin master
git push origin dev
8 changes: 5 additions & 3 deletions src/conf/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,18 @@ feed-consumer:
kafka:
broker-address-family: v4
session-timeout-ms: 6000
auto-offset-reset: "earliest"
auto-offset-reset: "latest"
bootstrap-servers: "dev-kafka-kafka-bootstrap.accuknox-dev-kafka.svc.cluster.local:9092"
group-id: policy.cilium
topics:
- cilium-telemetry
- cilium-telemetry-new
- kubearmor-syslogs
security:
protocol: SSL
ssl:
enabled: false
events:
buffer: 50
buffer: 100

logging:
level: "INFO"
Expand Down

0 comments on commit 289dd2a

Please sign in to comment.