Skip to content

Commit

Permalink
fix: increased port spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuchmeier committed Nov 3, 2022
1 parent d4afdab commit d862ce9
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 75 deletions.
30 changes: 15 additions & 15 deletions test-fixtures/ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2502
port_value: 3002
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -97,7 +97,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2503
port_value: 3003
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -115,7 +115,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2504
port_value: 3004
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -133,7 +133,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2505
port_value: 3005
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -151,7 +151,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2506
port_value: 3006
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand Down Expand Up @@ -537,23 +537,23 @@ spec:
ports:
- name: udp-1
port: 2302
targetPort: 2502
targetPort: 3002
protocol: UDP
- name: udp-2
port: 2303
targetPort: 2503
targetPort: 3003
protocol: UDP
- name: upd-3
port: 2304
targetPort: 2504
targetPort: 3004
protocol: UDP
- name: upd-4
port: 2305
targetPort: 2505
targetPort: 3005
protocol: UDP
- name: upd-5
port: 2306
targetPort: 2506
targetPort: 3006
protocol: UDP
selector:
app.kubernetes.io/name: arma3
Expand Down Expand Up @@ -728,15 +728,15 @@ spec:
image: "envoyproxy/envoy:v1.24-latest"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2502
- containerPort: 3002
protocol: UDP
- containerPort: 2503
- containerPort: 3003
protocol: UDP
- containerPort: 2504
- containerPort: 3004
protocol: UDP
- containerPort: 2505
- containerPort: 3005
protocol: UDP
- containerPort: 2506
- containerPort: 3006
protocol: UDP
resources:
{}
Expand Down
30 changes: 15 additions & 15 deletions test-fixtures/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2502
port_value: 3002
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -97,7 +97,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2503
port_value: 3003
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -115,7 +115,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2504
port_value: 3004
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -133,7 +133,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2505
port_value: 3005
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -151,7 +151,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2506
port_value: 3006
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand Down Expand Up @@ -602,23 +602,23 @@ spec:
ports:
- name: udp-1
port: 2302
targetPort: 2502
targetPort: 3002
protocol: UDP
- name: udp-2
port: 2303
targetPort: 2503
targetPort: 3003
protocol: UDP
- name: upd-3
port: 2304
targetPort: 2504
targetPort: 3004
protocol: UDP
- name: upd-4
port: 2305
targetPort: 2505
targetPort: 3005
protocol: UDP
- name: upd-5
port: 2306
targetPort: 2506
targetPort: 3006
protocol: UDP
selector:
app.kubernetes.io/name: arma3
Expand Down Expand Up @@ -799,15 +799,15 @@ spec:
image: "envoyproxy/envoy:v1.24-latest"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2502
- containerPort: 3002
protocol: UDP
- containerPort: 2503
- containerPort: 3003
protocol: UDP
- containerPort: 2504
- containerPort: 3004
protocol: UDP
- containerPort: 2505
- containerPort: 3005
protocol: UDP
- containerPort: 2506
- containerPort: 3006
protocol: UDP
resources:
limits:
Expand Down
30 changes: 15 additions & 15 deletions test-fixtures/rwo-rwo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2502
port_value: 3002
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -97,7 +97,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2503
port_value: 3003
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -115,7 +115,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2504
port_value: 3004
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -133,7 +133,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2505
port_value: 3005
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -151,7 +151,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2506
port_value: 3006
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand Down Expand Up @@ -594,23 +594,23 @@ spec:
ports:
- name: udp-1
port: 2302
targetPort: 2502
targetPort: 3002
protocol: UDP
- name: udp-2
port: 2303
targetPort: 2503
targetPort: 3003
protocol: UDP
- name: upd-3
port: 2304
targetPort: 2504
targetPort: 3004
protocol: UDP
- name: upd-4
port: 2305
targetPort: 2505
targetPort: 3005
protocol: UDP
- name: upd-5
port: 2306
targetPort: 2506
targetPort: 3006
protocol: UDP
selector:
app.kubernetes.io/name: arma3
Expand Down Expand Up @@ -785,15 +785,15 @@ spec:
image: "envoyproxy/envoy:v1.24-latest"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2502
- containerPort: 3002
protocol: UDP
- containerPort: 2503
- containerPort: 3003
protocol: UDP
- containerPort: 2504
- containerPort: 3004
protocol: UDP
- containerPort: 2505
- containerPort: 3005
protocol: UDP
- containerPort: 2506
- containerPort: 3006
protocol: UDP
resources:
{}
Expand Down
30 changes: 15 additions & 15 deletions test-fixtures/rwo-rwx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2502
port_value: 3002
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -97,7 +97,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2503
port_value: 3003
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -115,7 +115,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2504
port_value: 3004
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -133,7 +133,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2505
port_value: 3005
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand All @@ -151,7 +151,7 @@ data:
socket_address:
protocol: UDP
address: 0.0.0.0
port_value: 2506
port_value: 3006
listener_filters:
- name: envoy.filters.udp_listener.udp_proxy
typed_config:
Expand Down Expand Up @@ -594,23 +594,23 @@ spec:
ports:
- name: udp-1
port: 2302
targetPort: 2502
targetPort: 3002
protocol: UDP
- name: udp-2
port: 2303
targetPort: 2503
targetPort: 3003
protocol: UDP
- name: upd-3
port: 2304
targetPort: 2504
targetPort: 3004
protocol: UDP
- name: upd-4
port: 2305
targetPort: 2505
targetPort: 3005
protocol: UDP
- name: upd-5
port: 2306
targetPort: 2506
targetPort: 3006
protocol: UDP
selector:
app.kubernetes.io/name: arma3
Expand Down Expand Up @@ -785,15 +785,15 @@ spec:
image: "envoyproxy/envoy:v1.24-latest"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 2502
- containerPort: 3002
protocol: UDP
- containerPort: 2503
- containerPort: 3003
protocol: UDP
- containerPort: 2504
- containerPort: 3004
protocol: UDP
- containerPort: 2505
- containerPort: 3005
protocol: UDP
- containerPort: 2506
- containerPort: 3006
protocol: UDP
resources:
{}
Expand Down
Loading

0 comments on commit d862ce9

Please sign in to comment.