mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
Update file argocd.yaml
This commit is contained in:
parent
3d562dcc72
commit
b6c93428ad
1 changed files with 2 additions and 3 deletions
|
|
@ -32,15 +32,14 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/protocol: "https"
|
|
||||||
spec:
|
spec:
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`argocd.internal.durp.info`)
|
- match: Host(`argocd.internal.durp.info`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: argocd-server
|
- name: argocd-server
|
||||||
port: 443
|
port: 80
|
||||||
scheme: https
|
scheme: http
|
||||||
tls:
|
tls:
|
||||||
secretName: argocd-tls
|
secretName: argocd-tls
|
||||||
#---
|
#---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue