Work on PodSecurityPolicy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f668bb276c
commit
3bb04bb45c
10 changed files with 132 additions and 50 deletions
|
|
@ -11,9 +11,9 @@ traefik_namespace: "traefik"
|
|||
traefik_cpu_limit: 500m
|
||||
traefik_memory_limit: 300Mi
|
||||
traefik_entrypoints:
|
||||
- { name: "http", port: 80, proto: "TCP" }
|
||||
- { name: "https", port: 443, proto: "TCP", tls: true }
|
||||
- { name: "traefik", port: 8080, proto: "TCP" }
|
||||
- { name: "http", port: 8000, proto: "TCP", hostport: 80 }
|
||||
- { name: "https", port: 4443, proto: "TCP", hostport: 443, tls: true }
|
||||
# - { name: "traefik", port: 8080, proto: "TCP" }
|
||||
|
||||
basic_auth: false
|
||||
#traefik_dashboard_certificate: wildcard-cluster
|
||||
Loading…
Add table
Add a link
Reference in a new issue