Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Issue #19
  • Loading branch information
rsoika committed Feb 8, 2022
1 parent 651086c commit 5bad93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To create a custom deployment based on kustomize, first create an overlay with y
- 041-ingress.yaml

patchesStrategicMerge:
- 010-deployment.yaml
- 030-deployment.yaml



Expand All @@ -25,14 +25,14 @@ So your Kubernetes setup directory for jitsi should look like this:

.
├── my-jitsi
│ ├── 010-deployment.yaml
│ ├── 030-deployment.yaml
│ ├── 041-ingress.yaml
│ └── kustomization.yaml

## Custom Configuration

With the file *010-deployment.yaml* you can add additional environment variables to configure jitsi.
With the file *030-deployment.yaml* you can add additional environment variables to configure jitsi.
The following example shows how to set the environment variable 'PUBLIC_URL' which should point to your public Internet domain configured in your Ingress:


Expand Down

0 comments on commit 5bad93a

Please sign in to comment.