Skip to content

Commit

Permalink
Merge pull request #74 from jgilfoil/feature/vpn
Browse files Browse the repository at this point in the history
Feature/vpn
  • Loading branch information
jgilfoil authored Feb 28, 2024
2 parents 12e813e + 08b32b5 commit 9eecfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ spec:
ingress:
enabled: true
className: internal
annotations: {}
hosts:
- "hubble.${SECRET_DOMAIN}"
tls:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/network/vpn-gateway/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
cpu: 5m
memory: 64M
limits:
memory: 64M
memory: 128M
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 9eecfa4

Please sign in to comment.