Websecure ingress only

This commit is contained in:
Ben Martin 2024-06-06 22:35:53 +01:00
parent 25f2cb7c70
commit b0b63d29b2
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -52,6 +52,7 @@
"Name": "web", "Name": "web",
"Tags": [ "Tags": [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.web.entrypoints=websecure",
"traefik.http.routers.web.rule=Host(`hello-world.brmartin.co.uk`)" "traefik.http.routers.web.rule=Host(`hello-world.brmartin.co.uk`)"
] ]
} }