diff --git a/gitea/actions/runner.yaml b/gitea/actions/runner.yaml index f4178c1..2cce49b 100644 --- a/gitea/actions/runner.yaml +++ b/gitea/actions/runner.yaml @@ -19,7 +19,7 @@ metadata: name: action-runner namespace: homelab spec: - replicas: 9 + replicas: 1 selector: matchLabels: app: action-runner diff --git a/helm/values/authentik.values.yaml b/helm/values/authentik.values.yaml index 8e318e2..e6f9b85 100644 --- a/helm/values/authentik.values.yaml +++ b/helm/values/authentik.values.yaml @@ -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 diff --git a/helm/values/longhorn.values.yaml b/helm/values/longhorn.values.yaml index dbcf302..1c48c20 100644 --- a/helm/values/longhorn.values.yaml +++ b/helm/values/longhorn.values.yaml @@ -1,5 +1,5 @@ defaultSettings: - defaultReplicaCount: 2 + defaultReplicaCount: 3 storageOverProvisioningPercentage: 100 backupCompressionMethod: "gzip" defaultBackupStore: diff --git a/minecraft/statefulset.yaml b/minecraft/statefulset.yaml index 4022cfb..695ec01 100644 --- a/minecraft/statefulset.yaml +++ b/minecraft/statefulset.yaml @@ -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