diff options
Diffstat (limited to 'f3s/goprecords')
| -rw-r--r-- | f3s/goprecords/helm-chart/templates/service.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/f3s/goprecords/helm-chart/templates/service.yaml b/f3s/goprecords/helm-chart/templates/service.yaml index 9266d46..4459775 100644 --- a/f3s/goprecords/helm-chart/templates/service.yaml +++ b/f3s/goprecords/helm-chart/templates/service.yaml @@ -11,5 +11,9 @@ spec: port: 80 protocol: TCP targetPort: 8080 + - name: metrics + port: 8080 + protocol: TCP + targetPort: 8080 selector: app: goprecords |
