mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file argocd.yaml
This commit is contained in:
parent
a8d3f4ea0d
commit
ccef438441
1 changed files with 18 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ spec:
|
|||
scheme: https
|
||||
tls:
|
||||
secretName: argocd-tls
|
||||
|
||||
---
|
||||
|
||||
kind: Service
|
||||
|
|
@ -24,4 +25,20 @@ metadata:
|
|||
name: argocd-server
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: argocd-server.argocd.svc.cluster.local
|
||||
externalName: argocd-server.argocd.svc.cluster.local
|
||||
|
||||
---
|
||||
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: argocd-tls
|
||||
namespace: argocd
|
||||
spec:
|
||||
secretName: argocd-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "argocd.internal.durp.info"
|
||||
dnsNames:
|
||||
- "argocd.internal.durp.info"
|
||||
Loading…
Add table
Add a link
Reference in a new issue