feat(nightscout): migrate from bare-metal LXC to k3s

This commit is contained in:
funman300
2026-05-18 13:47:52 -07:00
parent 70ab699c04
commit e4473578dc
11 changed files with 227 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: nightscout
namespace: nightscout
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
ingressClassName: traefik
rules:
- host: ns.aleshym.co
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nightscout
port:
name: http
tls:
- hosts:
- ns.aleshym.co
secretName: nightscout-tls