updating infra deployments

This commit is contained in:
2026-07-17 21:27:57 -03:00
parent 15c597406a
commit ba60c2d7f4
4 changed files with 41 additions and 27 deletions
+8 -1
View File
@@ -22,10 +22,17 @@ spec:
secretKeyRef:
name: beszel-key
key: SECRET-KEY
image: henrygd/beszel-agent:0.17.0
image: henrygd/beszel-agent:0.18.7
imagePullPolicy: Always
name: beszel-agent
ports:
- containerPort: 45876
hostPort: 45876
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "200m"
restartPolicy: Always
+8 -1
View File
@@ -26,11 +26,18 @@ spec:
- amd64
containers:
- name: beszel
image: ghcr.io/henrygd/beszel/beszel:0.17.0
image: ghcr.io/henrygd/beszel/beszel:0.18.7
imagePullPolicy: Always
ports:
- containerPort: 8090
name: beszel-port
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "512Mi"
cpu: "500m"
volumeMounts:
- name: beszel-config
mountPath: /beszel_data
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
cpu: 200m
limits:
memory: 1Gi
cpu: 500m
cpu: 2000m
ports:
- containerPort: 8443
name: code-port