Skip to content

Commit

Permalink
chore(examples/livekit): Upgrade LiveKit Server to v1.8.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbasavaraju authored Nov 8, 2024
1 parent b843a01 commit c7a5112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/livekit/livekit-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ metadata:
labels:
app.kubernetes.io/name: livekit-server
app.kubernetes.io/instance: livekit
app.kubernetes.io/version: "v1.4.2"
app.kubernetes.io/version: "v1.8.0"
spec:
type: LoadBalancer
ports:
Expand All @@ -127,7 +127,7 @@ metadata:
labels:
app.kubernetes.io/name: livekit-server
app.kubernetes.io/instance: livekit
app.kubernetes.io/version: "v1.4.2"
app.kubernetes.io/version: "v1.8.0"
spec:
replicas: 1
selector:
Expand All @@ -147,7 +147,7 @@ spec:
terminationGracePeriodSeconds: 18000 # 5 hours
containers:
- name: livekit-server
image: "livekit/livekit-server:v1.4.2"
image: "livekit/livekit-server:v1.8.0"
imagePullPolicy: IfNotPresent
args: ["--disable-strict-config"]
env:
Expand Down Expand Up @@ -258,4 +258,4 @@ spec:
- http01:
ingress:
class: nginx
---
---

0 comments on commit c7a5112

Please sign in to comment.