Skip to content

Commit

Permalink
Fix multitenancy test (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse authored Mar 13, 2024
1 parent 31c6cee commit 1af5834
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tests/e2e-openshift/multitenancy/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
failureThreshold: 10
httpGet:
path: /live
port: 8081
port: internal
scheme: HTTPS
periodSeconds: 30
successThreshold: 1
Expand All @@ -195,7 +195,7 @@ spec:
failureThreshold: 12
httpGet:
path: /ready
port: 8081
port: internal
scheme: HTTPS
periodSeconds: 5
successThreshold: 1
Expand Down Expand Up @@ -252,7 +252,7 @@ spec:
periodSeconds: 30
successThreshold: 1
timeoutSeconds: 2
name: opa
name: tempo-gateway-opa
ports:
- containerPort: 8082
name: public
Expand Down Expand Up @@ -357,18 +357,18 @@ metadata:
name: simplest
spec:
ports:
- name: grpc-public
port: 8090
protocol: TCP
targetPort: 8090
- name: internal
port: 8081
protocol: TCP
targetPort: 8081
- name: public
port: 8080
protocol: TCP
targetPort: 8080
- name: grpc-public
port: 8090
protocol: TCP
targetPort: grpc-public
- name: internal
port: 8081
protocol: TCP
targetPort: internal
- name: public
port: 8080
protocol: TCP
targetPort: public
selector:
app.kubernetes.io/component: gateway
app.kubernetes.io/instance: simplest
Expand Down

0 comments on commit 1af5834

Please sign in to comment.