Skip to content

Commit

Permalink
Use correct port in kubernetes to not conflict with the metrics port (#…
Browse files Browse the repository at this point in the history
…286)

* Use correct port in kubernetes to not conflict with the metrics port

* Correct port in the example Service
  • Loading branch information
MTRNord authored Feb 19, 2024
1 parent 97a81e2 commit 948c906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/xandikos.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- "python3"
- "-m"
- "xandikos.web"
- "--port=8081"
- "--port=8080"
- "-d/data"
- "--defaults"
- "--listen-address=0.0.0.0"
Expand Down Expand Up @@ -66,7 +66,7 @@ metadata:
app: xandikos
spec:
ports:
- port: 8081
- port: 8080
name: web
selector:
app: xandikos
Expand Down

0 comments on commit 948c906

Please sign in to comment.