about summary refs log tree commit diff
path: root/k8s/rest-api/templates
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-04-29 00:51:47 +0200
committerBaitinq <[email protected]>2024-04-29 22:17:20 +0200
commit7ac364bb46dd0e4e19f940fe7b67f589ef6b9f95 (patch)
tree1341b9cd243aa424a6dd7657781e6ee51ff4c3a0 /k8s/rest-api/templates
parentSwitch to go for rest-api (diff)
downloadfs-tracer-backend-7ac364bb46dd0e4e19f940fe7b67f589ef6b9f95.tar.gz
fs-tracer-backend-7ac364bb46dd0e4e19f940fe7b67f589ef6b9f95.tar.bz2
fs-tracer-backend-7ac364bb46dd0e4e19f940fe7b67f589ef6b9f95.zip
Switch to k3s from kind
Diffstat (limited to 'k8s/rest-api/templates')
-rw-r--r--k8s/rest-api/templates/service.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s/rest-api/templates/service.yaml b/k8s/rest-api/templates/service.yaml
index 4942d60..12994b1 100644
--- a/k8s/rest-api/templates/service.yaml
+++ b/k8s/rest-api/templates/service.yaml
@@ -7,8 +7,8 @@ metadata:
 spec:
   type: {{ .Values.service.type }}
   ports:
-    - port: {{ .Values.service.port }}
-      nodePort: 30124
+    - port: 9999
+      targetPort: 80
       protocol: TCP
       name: http
   selector: