Remove lineliness check
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
532e5a4a44
commit
2fc53507a1
@ -53,22 +53,9 @@ spec:
|
|||||||
value: "Gritos_Internos"
|
value: "Gritos_Internos"
|
||||||
- name: ALLOW_FLIGHT
|
- name: ALLOW_FLIGHT
|
||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 25565
|
- containerPort: 25565
|
||||||
- containerPort: 28016
|
- containerPort: 28016
|
||||||
#readinessProbe:
|
|
||||||
# exec:
|
|
||||||
# command: [ "/usr/local/bin/mc-monitor", "status", "--host", "localhost" ]
|
|
||||||
# # Give it i + p * f seconds to be ready, so 120 seconds
|
|
||||||
# initialDelaySeconds: 20
|
|
||||||
# periodSeconds: 5
|
|
||||||
# failureThreshold: 20
|
|
||||||
#livenessProbe:
|
|
||||||
# exec:
|
|
||||||
# command: ["/usr/local/bin/mc-monitor", "status", "--host", "localhost"]
|
|
||||||
# initialDelaySeconds: 120
|
|
||||||
# periodSeconds: 60
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: minecraft-data
|
- name: minecraft-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
Loading…
Reference in New Issue
Block a user