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
fbf23feac5
commit
5b03f38242
1 changed files with 11 additions and 10 deletions
|
|
@ -29,10 +29,11 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||
kind: IngressRoute
|
||||
metadata:
|
||||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`argocd.internal.durp.info`)
|
||||
kind: Rule
|
||||
|
|
@ -42,12 +43,12 @@ spec:
|
|||
scheme: https
|
||||
tls:
|
||||
secretName: argocd-tls
|
||||
#---
|
||||
#
|
||||
#kind: Service
|
||||
#apiVersion: v1
|
||||
#metadata:
|
||||
# name: argocd
|
||||
#spec:
|
||||
# type: ExternalName
|
||||
# externalName: argocd-server.argocd.svc.cluster.local
|
||||
---
|
||||
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: argocd
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: argocd-server.argocd.svc.cluster.local
|
||||
Loading…
Add table
Add a link
Reference in a new issue