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
b677027536
commit
136c9bae1f
1 changed files with 11 additions and 10 deletions
|
|
@ -29,6 +29,7 @@ apiVersion: traefik.containo.us/v1alpha1
|
|||
kind: IngressRoute
|
||||
metadata:
|
||||
name: argocd-ingress
|
||||
namespace: argocd
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
spec:
|
||||
|
|
@ -38,17 +39,17 @@ spec:
|
|||
- match: Host(`argocd.internal.durp.info`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: argocd
|
||||
- name: argocd-server
|
||||
port: 80
|
||||
scheme: http
|
||||
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