Merge pull request 'restructure: organize excalidraw under apps namespace folder' (#65) from orion/auto/restructure-organize-excalidraw-under-ap-1779056975970 into main

Reviewed-on: #65
This commit was merged in pull request #65.
This commit is contained in:
2026-05-17 22:29:49 +00:00
4 changed files with 2 additions and 10 deletions
@@ -5,10 +5,8 @@ metadata:
namespace: apps namespace: apps
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure nginx.ingress.kubernetes.io/ssl-redirect: "true"
traefik.ingress.kubernetes.io/router.tls: "true"
spec: spec:
ingressClassName: traefik
tls: tls:
- hosts: - hosts:
- excalidraw.khalisio.com - excalidraw.khalisio.com
@@ -7,7 +7,7 @@ spec:
selector: selector:
app: excalidraw app: excalidraw
ports: ports:
- name: http - protocol: TCP
port: 80 port: 80
targetPort: 80 targetPort: 80
type: ClusterIP type: ClusterIP
-6
View File
@@ -1,6 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps
labels:
name: apps