chore(apps): add homepage

This commit is contained in:
David Landry 2024-01-21 22:16:59 -05:00
parent e42033bd43
commit 1982c4bc7d
10 changed files with 308 additions and 0 deletions

View file

@ -0,0 +1,26 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: homepage
labels:
app.kubernetes.io/instance: homepage
app.kubernetes.io/name: homepage
app.kubernetes.io/version: v0.6.10
annotations:
cert-manager.io/cluster-issuer: letsencrypt-issuer
spec:
tls:
- hosts:
- "dashboard.int.nc.landry.land"
rules:
- host: "dashboard.int.nc.landry.land"
http:
paths:
- path: "/"
pathType: Prefix
backend:
service:
name: homepage
port:
number: 3000