mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -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
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd-ingress
|
name: argocd-ingress
|
||||||
namespace: argocd
|
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
spec:
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`argocd.internal.durp.info`)
|
- match: Host(`argocd.internal.durp.info`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
|
|
@ -42,12 +43,12 @@ spec:
|
||||||
scheme: https
|
scheme: https
|
||||||
tls:
|
tls:
|
||||||
secretName: argocd-tls
|
secretName: argocd-tls
|
||||||
#---
|
---
|
||||||
#
|
|
||||||
#kind: Service
|
kind: Service
|
||||||
#apiVersion: v1
|
apiVersion: v1
|
||||||
#metadata:
|
metadata:
|
||||||
# name: argocd
|
name: argocd
|
||||||
#spec:
|
spec:
|
||||||
# type: ExternalName
|
type: ExternalName
|
||||||
# externalName: argocd-server.argocd.svc.cluster.local
|
externalName: argocd-server.argocd.svc.cluster.local
|
||||||
Loading…
Add table
Add a link
Reference in a new issue