restructure: organize excalidraw under apps namespace folder #65

Merged
gitea-admin merged 7 commits from orion/auto/restructure-organize-excalidraw-under-ap-1779056975970 into main 2026-05-17 22:29:49 +00:00
Showing only changes of commit e3fbcb0016 - Show all commits
+24
View File
@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: excalidraw
namespace: apps
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-redirect: "true"
spec:
tls:
- hosts:
- excalidraw.khalisio.com
secretName: excalidraw-tls
rules:
- host: excalidraw.khalisio.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: excalidraw
port:
number: 80