Skip to content

Commit

Permalink
update blocky 0.19
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Larivière <[email protected]>
  • Loading branch information
larivierec committed Jun 8, 2022
1 parent 0194d9d commit 05d4077
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions cluster/apps/networking/blocky/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
values:
image:
repository: ghcr.io/0xerr0r/blocky
tag: v0.18
tag: v0.19
controller:
enabled: true
type: deployment
Expand All @@ -33,8 +33,8 @@ spec:
targetMemoryUtilizationPercentage: 80
resources:
requests:
cpu: 50m
memory: 100Mi
cpu: 100m
memory: 200Mi
env:
TZ: UTC
service:
Expand Down Expand Up @@ -124,7 +124,14 @@ spec:
mapping:
${SECRET_DOMAIN}: 192.168.42.5:53
bootstrapDns: tcp+udp:1.1.1.1
bootstrapDns:
upstream: tcp-tls:one.one.one.one
ips:
- 1.1.1.1
filtering:
queryTypes:
- AAAA
redis:
address: blocky-redis-headless:6379
Expand Down

0 comments on commit 05d4077

Please sign in to comment.