Skip to content

Commit

Permalink
Upgrade ingress-nginx to fix HSTS warning
Browse files Browse the repository at this point in the history
Ref #54
  • Loading branch information
ddeboer committed Oct 11, 2024
1 parent dc759b2 commit 0c639d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Start by creating a Kubernetes cluster in the DigitalOcean web interface.
Then set up requirements:

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.35.0/deploy/static/provider/do/deploy.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.11.2/deploy/static/provider/do/deploy.yaml
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.0/cert-manager.yaml
kubectl annotate -n ingress-nginx service ingress-nginx-controller service.beta.kubernetes.io/do-loadbalancer-hostname="kubernetes.netwerkdigitaalerfgoed.nl"
```
Expand Down

0 comments on commit 0c639d1

Please sign in to comment.