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