Update Traefik IP annotation and modify metrics exposure configuration; remove argocd ingress resource
This commit is contained in:
parent
b972f5073f
commit
88ac421c19
@ -3,7 +3,7 @@ traefik:
|
|||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
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 configuration
|
||||||
ports:
|
ports:
|
||||||
@ -19,7 +19,8 @@ traefik:
|
|||||||
enabled: true
|
enabled: true
|
||||||
metrics:
|
metrics:
|
||||||
port: 9100
|
port: 9100
|
||||||
expose: false
|
expose:
|
||||||
|
default: false
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
||||||
# Enable dashboard
|
# Enable dashboard
|
||||||
|
|||||||
@ -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
|
|
||||||
Loading…
Reference in New Issue
Block a user