Skip to content

Commit

Permalink
satisfactory server
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Dec 2, 2024
1 parent 22616bd commit 2b2746b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/satisfactory-server/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: satisfactory
image: ghcr.io/thomascardin/satisfactory-server:latest
image: ghcr.io/thomascardin/satisfactory-server:latest@sha256:3ef38813b20eaec0a49809f3891aa4b9d98e02e5743f2e751c21d7890029036a
env:
- name: DEBUG
value: "false"
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/apps/satisfactory-server/base/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ metadata:
app: satisfactory
spec:
type: ClusterIP
externalTrafficPolicy: Cluster
internalTrafficPolicy: Cluster
ports:
- name: "game"
port: 7777
Expand Down

0 comments on commit 2b2746b

Please sign in to comment.