Skip to content

Commit

Permalink
remove addressType if block in server.deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H committed Jul 11, 2024
1 parent cabab9f commit 9ed0049
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kubernetes-manifests/server.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ spec:
${prestop_hook.main_lifecycle() if pre_stop_hook else ''}
args:
- "--port=${test_port}"
% if add_dualstack_support:
- "--address_type=IPV4"
% endif
% if enable_csm_observability:
- "--enable_csm_observability=true"
% endif
Expand Down

0 comments on commit 9ed0049

Please sign in to comment.