Skip to content
Snippets Groups Projects
Verified Commit bc4eeb7b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

docs: Mark proxy-protocol todo as done

parent 26ee6bb7
No related branches found
No related tags found
No related merge requests found
...@@ -42,8 +42,8 @@ This toolchain is still under development. Before it will be used in production ...@@ -42,8 +42,8 @@ This toolchain is still under development. Before it will be used in production
- [x] Add encrypted deployment instructions (SOPS + fluxcd) - [x] Add encrypted deployment instructions (SOPS + fluxcd)
- [x] Integrate [Renovatebot](https://git.shivering-isles.com/shivering-isles/renovate-bot) with this repository to manage updates. - [x] Integrate [Renovatebot](https://git.shivering-isles.com/shivering-isles/renovate-bot) with this repository to manage updates.
- [x] Automate Kubernetes upgrades - [x] Automate Kubernetes upgrades
- [x] Automate ingress-controller configuration for proxy-protocol
- [ ] Deploy kubelet with proper certificates - [ ] Deploy kubelet with proper certificates
- [ ] Automate ingress-controller configuration for proxy-protocol
- [ ] Document usage and thoughts in repository and blog posts - [ ] Document usage and thoughts in repository and blog posts
- [ ] Automate flux OpenPGP bootstrap - [ ] Automate flux OpenPGP bootstrap
- [ ] Migrate [apps](https://git.shivering-isles.com/shivering-isles/infrastructure/) to gitops and Kubernetes - [ ] Migrate [apps](https://git.shivering-isles.com/shivering-isles/infrastructure/) to gitops and Kubernetes
......
...@@ -41,7 +41,7 @@ listen l1 ...@@ -41,7 +41,7 @@ listen l1
timeout connect 4s timeout connect 4s
timeout client 180s timeout client 180s
timeout server 180s timeout server 180s
server srv1-http ingress.k8s01.si-infra.de:80 check inter 5s server srv1-http ingress.k8s01.si-infra.de:80 check inter 5s send-proxy-v2
listen l2 listen l2
bind 0.0.0.0:443 bind 0.0.0.0:443
bind :::443 bind :::443
...@@ -49,7 +49,7 @@ listen l2 ...@@ -49,7 +49,7 @@ listen l2
timeout connect 4s timeout connect 4s
timeout client 180s timeout client 180s
timeout server 180s timeout server 180s
server srv1-https ingress.k8s01.si-infra.de:443 check inter 5s server srv1-https ingress.k8s01.si-infra.de:443 check inter 5s send-proxy-v2
listen submissions listen submissions
bind 0.0.0.0:465 bind 0.0.0.0:465
bind :::465 bind :::465
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment