mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 08:34:22 +00:00
Add k9s-web
This commit is contained in:
7
apps/base/k9s-web/kustomization.yaml
Normal file
7
apps/base/k9s-web/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
# /apps/base/k9s-web/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: k9s
|
||||
|
||||
resources:
|
||||
- https://github.com/LordMathis/k9s-web/manifests?ref=main
|
||||
16
apps/prod/k9s-web/ingress.yaml
Normal file
16
apps/prod/k9s-web/ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: k9s-ingress
|
||||
namespace: k9s
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`k9s.example.com`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
- name: "auth-authelia@kubernetescrd"
|
||||
services:
|
||||
- name: k9s-svc
|
||||
port: 7681
|
||||
8
apps/prod/k9s-web/kustomization.yaml
Normal file
8
apps/prod/k9s-web/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
# /apps/prod/k9s-web/kustomization.yaml
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: k9s
|
||||
|
||||
resources:
|
||||
- ../../base/k9s-web
|
||||
- ingress.yaml
|
||||
Reference in New Issue
Block a user