Update Traefik IP annotation and modify metrics exposure configuration; remove argocd ingress resource

This commit is contained in:
Marco van Zijl 2025-11-08 13:43:19 +01:00
parent b972f5073f
commit 88ac421c19
2 changed files with 3 additions and 21 deletions

View File

@ -3,7 +3,7 @@ traefik:
service:
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: "192.168.0.1" # Your Cilium L2 IP
io.cilium/lb-ipam-ips: "192.168.0.2"
# Ports configuration
ports:
@ -19,7 +19,8 @@ traefik:
enabled: true
metrics:
port: 9100
expose: false
expose:
default: false
protocol: TCP
# Enable dashboard

View File

@ -1,19 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-ingress
namespace: argocd
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
spec:
rules:
- host: argocd.noxxos.nl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: http