add nbit website pod
This commit is contained in:
@@ -17,7 +17,6 @@ metadata:
|
||||
app: traefik-pod
|
||||
name: traefik-pod
|
||||
spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- args:
|
||||
- --entrypoints.web.address=:80
|
||||
@@ -32,8 +31,17 @@ spec:
|
||||
- --providers.file.directory=/configuration/
|
||||
- --providers.file.watch=true
|
||||
- --accesslog=true
|
||||
#- --api.dashboard=true
|
||||
#- --api.insecure=true
|
||||
image: docker.io/library/traefik:latest
|
||||
name: traefik
|
||||
ports:
|
||||
- containerPort: 80
|
||||
hostPort: 80
|
||||
- containerPort: 443
|
||||
hostPort: 443
|
||||
#- containerPort: 8080
|
||||
# hostPort: 8080
|
||||
securityContext:
|
||||
capabilities:
|
||||
drop:
|
||||
|
||||
Reference in New Issue
Block a user