mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -05:00
update
This commit is contained in:
parent
1641178875
commit
9003f7f475
1 changed files with 6 additions and 6 deletions
|
|
@ -15,9 +15,9 @@ spec:
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
# key: secrets/argocd/authentik
|
# key: secrets/argocd/authentik
|
||||||
# property: clientsecret
|
# property: clientsecret
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
|
|
@ -68,12 +68,12 @@ spec:
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: longhorn-tls
|
name: argocd-tls
|
||||||
spec:
|
spec:
|
||||||
secretName: longhorn-tls
|
secretName: argocd-tls
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "argocd.infra.durp.info"
|
commonName: "argocd.infra.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "argocd.infra.durp.info"
|
- "argocd.infra.durp.info"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue