chore: freeing up hardware capacity for minecraft
This commit is contained in:
@@ -19,7 +19,7 @@ metadata:
|
||||
name: action-runner
|
||||
namespace: homelab
|
||||
spec:
|
||||
replicas: 9
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: action-runner
|
||||
|
||||
@@ -83,7 +83,7 @@ authentik:
|
||||
host: valkey
|
||||
|
||||
server:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
@@ -103,7 +103,7 @@ server:
|
||||
- auth.dogar.dev
|
||||
|
||||
worker:
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
defaultSettings:
|
||||
defaultReplicaCount: 2
|
||||
defaultReplicaCount: 3
|
||||
storageOverProvisioningPercentage: 100
|
||||
backupCompressionMethod: "gzip"
|
||||
defaultBackupStore:
|
||||
|
||||
@@ -157,7 +157,7 @@ spec:
|
||||
- name: INIT_MEMORY
|
||||
value: 2G
|
||||
- name: MAX_MEMORY
|
||||
value: 6G
|
||||
value: 8G
|
||||
- name: ALLOW_FLIGHT
|
||||
value: "TRUE"
|
||||
- name: ENABLE_ROLLING_LOGS
|
||||
@@ -173,7 +173,7 @@ spec:
|
||||
memory: "2Gi"
|
||||
limits:
|
||||
cpu: 6
|
||||
memory: "6Gi"
|
||||
memory: "9Gi"
|
||||
volumeMounts:
|
||||
- name: tfg-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user