gitops-ui: cert + switch flux to feature/ci-gitops
This commit is contained in:
parent
1a161b4d3c
commit
85cea34fe8
@ -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
|
||||||
|
|||||||
13
services/gitops-ui/certificate.yaml
Normal file
13
services/gitops-ui/certificate.yaml
Normal 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
|
||||||
@ -5,3 +5,4 @@ namespace: flux-system
|
|||||||
resources:
|
resources:
|
||||||
- source.yaml
|
- source.yaml
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
- certificate.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user