Skip to content

Commit

Permalink
Setting UDP service to use UDP (#32)
Browse files Browse the repository at this point in the history
* making udp service use udp
  • Loading branch information
hyperbolic2346 authored Mar 7, 2023
1 parent 12b487b commit d8afb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ark-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ark-cluster
version: 0.1.11
version: 0.1.12
description: A Helm chart for an Ark - Survival Evolved cluster
type: application
appVersion: latest
Expand Down
2 changes: 2 additions & 0 deletions charts/ark-cluster/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ spec:
- port: {{ $gameudp }}
name: game
targetPort: {{ $gameudp }}
protocol: UDP
- port: {{ $queryudp }}
name: query
targetPort: {{ $queryudp }}
protocol: UDP
selector:
app.kubernetes.io/component: {{ $name }}

Expand Down

0 comments on commit d8afb25

Please sign in to comment.