fix: add local dns for minecraft and remove liveness probes from SS
This commit is contained in:
@@ -6,6 +6,8 @@ metadata:
|
||||
namespace: minecraft
|
||||
labels:
|
||||
app: monifactory-server
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: dogar.dev
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
|
||||
@@ -51,18 +51,6 @@ spec:
|
||||
limits:
|
||||
cpu: 8
|
||||
memory: "8Gi"
|
||||
readinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- mc-health
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
- mc-health
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
volumeMounts:
|
||||
- name: monifactory-data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user