|
@@ -37,16 +37,6 @@ spec:
|
|
|
volumeMounts:
|
|
|
- name: volume
|
|
|
mountPath: $JNLP_MOUNT_PATH
|
|
|
- livenessProbe:
|
|
|
- tcpSocket:
|
|
|
- port: $JNLP_CONTAINER_PORT
|
|
|
- initialDelaySeconds: $JNLP_LIVENESS_INIT
|
|
|
- periodSeconds: $JNLP_LIVENESS_PER
|
|
|
- readinessProbe:
|
|
|
- tcpSocket:
|
|
|
- port: $JNLP_CONTAINER_PORT
|
|
|
- initialDelaySeconds: $JNLP_READINESS_INIT
|
|
|
- periodSeconds: $JNLP_READINESS_PER
|
|
|
volumeClaimTemplates:
|
|
|
- metadata:
|
|
|
name: volume
|