|
@@ -38,7 +38,7 @@ spec:
|
|
name: port
|
|
name: port
|
|
volumeMounts:
|
|
volumeMounts:
|
|
- name: volume
|
|
- name: volume
|
|
- mountPath: $JNLP_MOUNT_PATH
|
|
|
|
|
|
+ mountPath: $JNLP_MOUNT_PATH
|
|
livenessProbe:
|
|
livenessProbe:
|
|
tcpSocket:
|
|
tcpSocket:
|
|
port: $JNLP_CONTAINER_PORT
|
|
port: $JNLP_CONTAINER_PORT
|
|
@@ -83,10 +83,10 @@ metadata:
|
|
kubernetes.io/ingress.class: $JNLP_INGRESS
|
|
kubernetes.io/ingress.class: $JNLP_INGRESS
|
|
spec:
|
|
spec:
|
|
rules:
|
|
rules:
|
|
- - host: mccallback.easou.com #$JNLP_ENV-$DRONE_REPO_NAME$JNLP_DOMAIN
|
|
|
|
|
|
+ - host: $JNLP_ENV-$DRONE_REPO_NAME$JNLP_DOMAIN
|
|
http:
|
|
http:
|
|
paths:
|
|
paths:
|
|
- path: /
|
|
- path: /
|
|
backend:
|
|
backend:
|
|
serviceName: $DRONE_REPO_NAME-svc
|
|
serviceName: $DRONE_REPO_NAME-svc
|
|
- servicePort: $JNLP_CONTAINER_PORT
|
|
|
|
|
|
+ servicePort: $JNLP_CONTAINER_PORT
|