We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fc160 commit 5c9155eCopy full SHA for 5c9155e
templates/service-template.yml
@@ -333,7 +333,7 @@ objects:
333
port: api
334
annotations:
335
description: Exposes and load balances the account manager pods
336
- service.alpha.openshift.io/serving-cert-secret-name: trex-tls
+ service.beta.openshift.io/serving-cert-secret-name: trex-tls
337
spec:
338
selector:
339
app: trex
@@ -353,7 +353,7 @@ objects:
353
port: metrics
354
355
description: Exposes and load balances the rh-trex pods metrics endpoint
356
- service.alpha.openshift.io/serving-cert-secret-name: trex-metrics-tls
+ service.beta.openshift.io/serving-cert-secret-name: trex-metrics-tls
357
358
359
0 commit comments