diff options
Diffstat (limited to 'k8s/rest-api/templates')
| -rw-r--r-- | k8s/rest-api/templates/service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/rest-api/templates/service.yaml b/k8s/rest-api/templates/service.yaml index 12994b1..e8deb79 100644 --- a/k8s/rest-api/templates/service.yaml +++ b/k8s/rest-api/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: 9999 - targetPort: 80 + targetPort: 8080 protocol: TCP name: http selector: |