Skip to content

Commit

Permalink
replace hard-coded Admin API server port value with the one taken fro…
Browse files Browse the repository at this point in the history
…m the var
  • Loading branch information
bn-pass committed Nov 15, 2023
1 parent 46c98b2 commit 539c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/schulcloud-server-core/templates/svc.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
targetPort: 3030
protocol: TCP
name: api
- port: 4030
- port: {{ PORT_ADMIN_SERVER }}
targetPort: 4030
protocol: TCP
name: api-admin
Expand Down

0 comments on commit 539c173

Please sign in to comment.