Skip to content

Commit

Permalink
fix: change port in ingress config map 5001 to 1080
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadoui committed Jan 27, 2025
1 parent 1b62386 commit 146fced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions charts/armonik/charts/control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ ports:
- name: control-port
containerPort: 1080
protocol: TCP
- name: metrics-port
containerPort: 1081
protocol: TCP

config:
core:
Expand Down Expand Up @@ -188,7 +185,7 @@ service:

ports:
- name: control-port
port: 5001
port: 1080
targetPort: 1080

selector:
Expand Down
2 changes: 1 addition & 1 deletion charts/armonik/charts/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ingress:
location /admin/ {
proxy_pass $admin_app_upstream$uri$is_args$args;
}
set $armonik_upstream grpc://control-plane.armonik.svc.cluster.local:5001;
set $armonik_upstream grpc://control-plane.armonik.svc.cluster.local:1080;
location ~* ^/armonik\. {
grpc_pass $armonik_upstream;
Expand Down

0 comments on commit 146fced

Please sign in to comment.