Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent f4a0a25 commit 3cf1b30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ helm install revealjs . --create-namespace -n revealjs -f ../../yourvalues.yaml
helm uninstall revealjs -n revealjs
```

### Expose over ingress
This is a example, how to expose this server over a cilium ingress controller with basic http:
```
ingress:
enabled: true
class: "cilium"
annotations:
ingress.cilium.io/loadbalancer-mode: shared
ingress.cilium.io/websocket: enabled
hosts:
- host: slides.example.com
paths: ["/"]
tls: []
```
## Deploy with ArgoCD with html embedded slides configmap
This is a example how to deploy this app with ArgoCD

Expand Down

0 comments on commit 3cf1b30

Please sign in to comment.