Skip to content

Commit

Permalink
Change go-httpbin service that it could be discovered by 3scale
Browse files Browse the repository at this point in the history
  • Loading branch information
jakurban authored and Filip Cap committed Oct 21, 2022
1 parent 536ff01 commit c3707d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/go-httpbin/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
apiVersion: v1
kind: Service
metadata:
labels:
discovery.3scale.net: 'true'
annotations:
discovery.3scale.net/path: /
discovery.3scale.net/port: '8080'
discovery.3scale.net/scheme: https
service.alpha.openshift.io/serving-cert-secret-name: tls-cert
service.beta.openshift.io/serving-cert-secret-name: tls-cert
name: go-httpbin
Expand Down

0 comments on commit c3707d2

Please sign in to comment.