feat(grainlab): Added Staging environment to ArgoCD.

This commit is contained in:
Daniël Groothuis
2026-03-17 10:58:12 +01:00
parent 8c8c2e0ff3
commit cdbf31d6af
6 changed files with 147 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: grainlab
namespace: grainlab-production
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
rules:
- host: www.grainlab.app
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: grainlab
port:
number: 80
tls:
- hosts:
- www.grainlab.app
- grainlab.app
secretName: letsencrypt