fixed apire port addressing issue
This commit is contained in:
@@ -99,7 +99,7 @@ metadata:
|
||||
name: aspire-dashboard-service
|
||||
namespace: aspire
|
||||
spec:
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: aspire-dashboard
|
||||
ports:
|
||||
@@ -107,11 +107,10 @@ spec:
|
||||
port: 18888
|
||||
targetPort: 18888
|
||||
- name: otlp-grpc
|
||||
port: 4317
|
||||
port: 18889
|
||||
targetPort: 18889
|
||||
nodePort: 31017
|
||||
- name: otlp-http
|
||||
port: 4318
|
||||
port: 18890
|
||||
targetPort: 18890
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
@@ -123,13 +122,11 @@ spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
# Rule for Dashboard UI
|
||||
- match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: aspire-dashboard-service
|
||||
port: 18888
|
||||
# Rule for HTTP OTLP Telemetry
|
||||
- match: Host(`aspire.khongisa.co.za`) && PathPrefix(`/otlp`)
|
||||
kind: Rule
|
||||
middlewares:
|
||||
|
||||
Reference in New Issue
Block a user