restructure: move excalidraw into apps namespace folder #62
@@ -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
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: apps
|
|
||||||
labels:
|
|
||||||
name: apps
|
|
||||||
Reference in New Issue
Block a user