|
@@ -80,6 +80,13 @@ metadata:
|
|
kubernetes.io/ingress.class: $JNLP_INGRESS
|
|
kubernetes.io/ingress.class: $JNLP_INGRESS
|
|
spec:
|
|
spec:
|
|
rules:
|
|
rules:
|
|
|
|
+ - host: $JNLP_ENV-$DRONE_REPO_NAME$JNLP_DOMAIN
|
|
|
|
+ http:
|
|
|
|
+ paths:
|
|
|
|
+ - path: /
|
|
|
|
+ backend:
|
|
|
|
+ serviceName: $DRONE_REPO_NAME-svc
|
|
|
|
+ servicePort: $JNLP_CONTAINER_PORT
|
|
- host: www.easou.cn
|
|
- host: www.easou.cn
|
|
http:
|
|
http:
|
|
paths:
|
|
paths:
|