Skip to content

Commit 5c9155e

Browse files
authored
Update service annotations (#55)
1 parent 44fc160 commit 5c9155e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/service-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ objects:
333333
port: api
334334
annotations:
335335
description: Exposes and load balances the account manager pods
336-
service.alpha.openshift.io/serving-cert-secret-name: trex-tls
336+
service.beta.openshift.io/serving-cert-secret-name: trex-tls
337337
spec:
338338
selector:
339339
app: trex
@@ -353,7 +353,7 @@ objects:
353353
port: metrics
354354
annotations:
355355
description: Exposes and load balances the rh-trex pods metrics endpoint
356-
service.alpha.openshift.io/serving-cert-secret-name: trex-metrics-tls
356+
service.beta.openshift.io/serving-cert-secret-name: trex-metrics-tls
357357
spec:
358358
selector:
359359
app: trex

0 commit comments

Comments
 (0)