-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HTTP2 error with openshift routes
- Loading branch information
1 parent
f47eabd
commit ca52631
Showing
6 changed files
with
58 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
operator/gitops/argocd/pipeline-service/tekton-results/api-metrics-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# OCP Bug workaround https://issues.redhat.com/browse/OCPBUGS-5916 | ||
--- | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: tekton-results-api-metrics | ||
namespace: tekton-results | ||
labels: | ||
app.kubernetes.io/name: "tekton-results-api" | ||
app.kubernetes.io/component: "metrics" | ||
spec: | ||
selector: | ||
app.kubernetes.io/name: "tekton-results-api" | ||
ports: | ||
- name: metrics | ||
protocol: TCP | ||
port: 9443 | ||
targetPort: metrics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters