gitops-ui: cert + switch flux to feature/ci-gitops

This commit is contained in:
Brad Stein 2025-12-14 15:04:13 -03:00
parent 1a161b4d3c
commit 85cea34fe8
3 changed files with 15 additions and 1 deletions

View File

@ -8,7 +8,7 @@ metadata:
spec: spec:
interval: 1m0s interval: 1m0s
ref: ref:
branch: feature/mailu branch: feature/ci-gitops
secretRef: secretRef:
name: flux-system-gitea name: flux-system-gitea
url: ssh://git@scm.bstein.dev:2242/bstein/titan-iac.git url: ssh://git@scm.bstein.dev:2242/bstein/titan-iac.git

View File

@ -0,0 +1,13 @@
# services/gitops-ui/certificate.yaml
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: gitops-ui-tls
namespace: flux-system
spec:
secretName: gitops-ui-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt-prod
dnsNames:
- cd.bstein.dev

View File

@ -5,3 +5,4 @@ namespace: flux-system
resources: resources:
- source.yaml - source.yaml
- helmrelease.yaml - helmrelease.yaml
- certificate.yaml