setup a single user activity pub inbox on ap1.xai-corp.net

This commit is contained in:
2025-09-22 19:59:37 -04:00
parent 8afcff6dc5
commit 376b4f5f80
7 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ktistec
namespace: "{{apps.ktistec.namespace}}"
annotations:
kubernetes.io/ingress.class: "traefik"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: letsencrypt-production
spec:
rules:
- host: ap1.xai-corp.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ktistec
port:
number: 3000
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
- secretName: xai-corp-production-tls-ap1
hosts:
- ap1.xai-corp.net