Skip to content

Commit

Permalink
Update caddy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
escoand authored Sep 3, 2024
1 parent e6fbc4a commit dde6e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/caddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
image: docker.io/lucaslorentz/caddy-docker-proxy:2.9.1-alpine
ports:
- containerPort: 80
hostPort: 80
hostPort: 8080
- containerPort: 443
hostPort: 443
hostPort: 8443
- containerPort: 443
hostPort: 443
hostPort: 8443
protocol: UDP
securityContext:
privileged: true
Expand Down

0 comments on commit dde6e08

Please sign in to comment.