about summary refs log tree commit diff
path: root/k8s/rest-api/templates
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-04-29 22:17:41 +0200
committerBaitinq <[email protected]>2024-04-29 22:45:11 +0200
commit14c229c8e3c2a3e1c381747f556c78b0a15ef402 (patch)
tree462d902c79205f05b81059747727c1b283bd8f7e /k8s/rest-api/templates
parentSwitch to k3s from kind (diff)
downloadfs-tracer-backend-14c229c8e3c2a3e1c381747f556c78b0a15ef402.tar.gz
fs-tracer-backend-14c229c8e3c2a3e1c381747f556c78b0a15ef402.tar.bz2
fs-tracer-backend-14c229c8e3c2a3e1c381747f556c78b0a15ef402.zip
Create dummy rest-api service
Diffstat (limited to 'k8s/rest-api/templates')
-rw-r--r--k8s/rest-api/templates/service.yaml2
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: