Skip to content

Commit

Permalink
Merge pull request #3376 from KBVE/patch-atomic-rareicon-nil-error-wh…
Browse files Browse the repository at this point in the history
…ere-is-waldo-11-25-2024-1732569174

[CI] Merge patch-atomic-rareicon-nil-error-where-is-waldo-11-25-2024-1732569174 into dev
  • Loading branch information
h0lybyte authored Nov 25, 2024
2 parents f4f5d0c + 80a2219 commit 481781f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:

---

# WebSocket Ingress
# WebSocket Ingress - TODO: Values
{{- if .Values.gameserver.ingress.enabled }}
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand All @@ -75,14 +75,14 @@ spec:
service:
name: rareicon-service
port:
number: {{ (index .Values.gameserver.service.ports | where "name" "tcp" | first).port | default 3000 }}
number: 3000
- path: /ws/
pathType: Prefix
backend:
service:
name: rareicon-service
port:
number: {{ (index .Values.gameserver.service.ports | where "name" "tcp" | first).port | default 3000 }}
number: 3000
{{- end }}

---
Expand Down

0 comments on commit 481781f

Please sign in to comment.