From dbec9fd2812a9571918b7cc924cf3250d28a2506 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 6 Mar 2025 20:46:55 -0700 Subject: [PATCH] jellyfin secrets --- .../proxy-ingress/jellyfin-proxy-ingress.yml | 2 +- kubernetes/readme.md | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/kubernetes/proxy-ingress/jellyfin-proxy-ingress.yml b/kubernetes/proxy-ingress/jellyfin-proxy-ingress.yml index c65677b..a87f414 100644 --- a/kubernetes/proxy-ingress/jellyfin-proxy-ingress.yml +++ b/kubernetes/proxy-ingress/jellyfin-proxy-ingress.yml @@ -10,7 +10,7 @@ spec: tls: - hosts: - jellyfin.alexmickelson.guru - secretName: ha-tls-cert + secretName: jellyfin-tls-cert rules: - host: jellyfin.alexmickelson.guru http: diff --git a/kubernetes/readme.md b/kubernetes/readme.md index aa9565b..eaac337 100644 --- a/kubernetes/readme.md +++ b/kubernetes/readme.md @@ -33,16 +33,9 @@ Currently clouflare domains cannot be CNAME'd to tailscale domains: ## Kubernetes ingress controller -``` -kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.0/deploy/static/provider/baremetal/deploy.yaml -`` -I'll need to create a custom service to bring in port 80 and 443 later +I had to modify the base ingress to allow for use on 80 and 443. There should be a way to do this with helm, but I can never quite get it to work -``` -helm upgrade --install ingress-nginx ingress-nginx \ - --repo https://kubernetes.github.io/ingress-nginx \ - --namespace ingress-nginx \ - --create-namespace \ - -f values.yml -``` +this is the original: https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.0/deploy/static/provider/baremetal/deploy.yaml + +the `ingress-nginx-controller` was changed to a daemonset rather than an deployment \ No newline at end of file