fixed apire port addressing issue

This commit is contained in:
=
2026-05-01 21:52:22 +00:00
parent 609e0fbb76
commit 1c6c4cd747
+3 -6
View File
@@ -99,7 +99,7 @@ metadata:
name: aspire-dashboard-service name: aspire-dashboard-service
namespace: aspire namespace: aspire
spec: spec:
type: NodePort type: ClusterIP
selector: selector:
app: aspire-dashboard app: aspire-dashboard
ports: ports:
@@ -107,11 +107,10 @@ spec:
port: 18888 port: 18888
targetPort: 18888 targetPort: 18888
- name: otlp-grpc - name: otlp-grpc
port: 4317 port: 18889
targetPort: 18889 targetPort: 18889
nodePort: 31017
- name: otlp-http - name: otlp-http
port: 4318 port: 18890
targetPort: 18890 targetPort: 18890
--- ---
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
@@ -123,13 +122,11 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: routes:
# Rule for Dashboard UI
- match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/`) - match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/`)
kind: Rule kind: Rule
services: services:
- name: aspire-dashboard-service - name: aspire-dashboard-service
port: 18888 port: 18888
# Rule for HTTP OTLP Telemetry
- match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/otlp`) - match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/otlp`)
kind: Rule kind: Rule
middlewares: middlewares: