working on kubernetes with tls and tailscale

This commit is contained in:
2025-01-13 22:45:14 -07:00
parent 92b2bb78c0
commit 7a8e17d79d
5 changed files with 15 additions and 11 deletions

View File

@@ -78,18 +78,21 @@ kind: Ingress
metadata:
name: gitea
namespace: projects
annotations:
cert-manager.io/cluster-issuer: cloudflare-issuer
spec:
ingressClassName: tailscale
tls:
- hosts:
- gitea
- gitea.alexmickelson.guru
secretName: gitea-tls-cert
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gitea-web-svc
port:
number: 3000
- path: /
pathType: Prefix
backend:
service:
name: gitea-web-svc
port:
number: 3000