restructure: move excalidraw into apps namespace folder #62

Closed
gitea-admin wants to merge 7 commits from orion/auto/restructure-move-excalidraw-into-apps-na-1779056934922 into main
4 changed files with 2 additions and 12 deletions
@@ -3,8 +3,6 @@ kind: Deployment
metadata: metadata:
name: excalidraw name: excalidraw
namespace: apps namespace: apps
labels:
app: excalidraw
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -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