Skip to content

Commit

Permalink
Merge pull request #15 from metalbear-co/fix_missing_sqs
Browse files Browse the repository at this point in the history
add missing env for ip-visit-counter
  • Loading branch information
aviramha authored Feb 12, 2025
2 parents f3c4c81 + 48008bc commit e2faf26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/ip-visit-counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ spec:
value: "http://ip-info"
- name: IPINFOGRPCADDRESS
value: "ip-info-grpc:5001"
- name: SQSQUEUENAME
value: "IpCount"
- name: AWS_DEFAULT_REGION
value: "eu-north-1"
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit e2faf26

Please sign in to comment.