fix: add local dns for minecraft and remove liveness probes from SS

This commit is contained in:
2025-09-13 18:04:40 +05:00
parent 33f6e95e71
commit 015c96ad08
2 changed files with 2 additions and 12 deletions

View File

@@ -6,6 +6,8 @@ metadata:
namespace: minecraft namespace: minecraft
labels: labels:
app: monifactory-server app: monifactory-server
annotations:
external-dns.alpha.kubernetes.io/hostname: dogar.dev
spec: spec:
type: ClusterIP type: ClusterIP
ports: ports:

View File

@@ -51,18 +51,6 @@ spec:
limits: limits:
cpu: 8 cpu: 8
memory: "8Gi" memory: "8Gi"
readinessProbe:
exec:
command:
- mc-health
initialDelaySeconds: 30
periodSeconds: 30
livenessProbe:
exec:
command:
- mc-health
initialDelaySeconds: 30
periodSeconds: 30
volumeMounts: volumeMounts:
- name: monifactory-data - name: monifactory-data
mountPath: /data mountPath: /data