Files
homelab/infra/kubernetes/platform/traefik/certificate-internal.yaml
Julia McGhee 970154769c
Some checks failed
CI / lint-and-test (push) Failing after 30s
CI / build (push) Has been skipped
Deploy Production / deploy (push) Failing after 1m31s
Add platform-dash: S3 artifact browser for Garage object store
Lightweight Next.js app for browsing, uploading, and downloading
artifacts from the cluster-local Garage S3 bucket. Uses the harness
design system. Features:
- File/folder browser with breadcrumb navigation
- Drag-and-drop upload
- Download and delete
- Ingress at platform.coreworlds.io (internal-only)

Also adds platform-dash to CI/deploy workflows.
2026-03-22 10:34:14 +00:00

91 lines
1.7 KiB
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: argocd-tls
namespace: platform
spec:
secretName: argocd-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- argocd.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: grafana-tls
namespace: platform
spec:
secretName: grafana-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- grafana.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: longhorn-tls
namespace: platform
spec:
secretName: longhorn-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- longhorn.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: harness-tls
namespace: platform
spec:
secretName: harness-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- harness.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: gitea-tls
namespace: platform
spec:
secretName: gitea-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- gitea.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: garage-s3-tls
namespace: platform
spec:
secretName: garage-s3-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- s3.coreworlds.io
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: platform-dash-tls
namespace: platform
spec:
secretName: platform-dash-tls
issuerRef:
name: letsencrypt-production
kind: ClusterIssuer
dnsNames:
- platform.coreworlds.io