root 3 년 전
부모
커밋
6b9fe12385
5개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  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