Skip to content

Commit c32007b

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-136: change request with no subject merged in GitBook
1 parent 6ef536d commit c32007b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

community-features/setting-up-your-instance/kubernetes.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ To deploy and use Defguard on your cluster you'll need:
88
* Kubernetes CLI [kubectl](https://kubernetes.io/docs/reference/kubectl/) installed on your machine
99
* helm binary https://github.com/helm/helm/releases/latest
1010

11+
{% hint style="warning" %}
12+
Our helm charts currently support only **Traefik ingress.**
13+
14+
**This only affects exposing GRPC services.**
15+
{% endhint %}
16+
1117
## Deployment
1218

1319
We prepared a [git repository](https://github.com/DefGuard/deployment) with Kubernetes configuration, clone it:
@@ -30,7 +36,14 @@ cp defguard/values.yaml ./
3036

3137
Required values (the rest should work if left as-is):
3238

33-
* `ingress.hosts.grpc`: GRPC ingress address - grpc clients like defguard-gateway, youbi-bridge etc. will connect here.
39+
* `ingress.hosts.grpc`: GRPC ingress address - GRPC clients like defguard **gateway**, yubi-bridge
40+
41+
{% hint style="warning" %}
42+
If you are configuring your gateway or yubi-bridge - please use this GRPC URL for communication.
43+
44+
If you have other ingress controller than traefik - you need to configure GRPC ingress manualy with corresponding to your setup.
45+
{% endhint %}
46+
3447
* `ingress.hosts.web`: Web ingress address - Defguard webapp will be available here.
3548
* `publicUrl`: Public URL your Defguard will be available under. Usually the same as ingress.hosts.web, but differ depending on your loadbalancer and/or reverse-proxy setup.
3649

0 commit comments

Comments
 (0)