root 3 gadi atpakaļ
vecāks
revīzija
6b9fe12385
5 mainītis faili ar 1 papildinājumiem un 12 dzēšanām
  1. 1 0
      .gitignore
  2. 0 2
      Dockerfile
  3. BIN
      asp.ini
  4. BIN
      asp.tgz
  5. 0 10
      deploy-tmp.yaml

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+asp/

+ 0 - 2
Dockerfile

@@ -15,7 +15,5 @@ RUN yum install -y epel-release \
 
 COPY asp.ini /etc/supervisord.d/asp.ini
 
-USER ecom
-
 
 CMD ["supervisord"]

BIN
asp.ini


BIN
asp.tgz


+ 0 - 10
deploy-tmp.yaml

@@ -41,16 +41,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