fix: add local dns for minecraft and remove liveness probes from SS
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user