Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions webhook-server/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def sync(request: dict):
ports=service_ports,
type="ClusterIP",
external_i_ps=public_ips+private_ips,
external_traffic_policy=service['spec'].get('externalTrafficPolicy'),
Comment thread
hamzabouissi marked this conversation as resolved.
ip_family_policy=service['spec'].get('ipFamilyPolicy'),
session_affinity=service['spec'].get('sessionAffinity')
)
Expand Down