@@ -23,13 +23,13 @@ spec:
image: <docker_image>
command: ["java"]
args: <java_args>
- readinessProbe:
- httpGet:
- path: <service_health>
- port: 80
- initialDelaySeconds: 15
- periodSeconds: 30
- failureThreshold: 3
+ #readinessProbe:
+ # httpGet:
+ # path: <service_health>
+ ## port: 80
+ # initialDelaySeconds: 15
+ # periodSeconds: 30
+ # failureThreshold: 3
ports:
- name: http
containerPort: 80
@@ -46,8 +46,6 @@ EOF
"--spring.config.location=file:/app/configs/application.yml,file:/app/configs/application-druid.yml"]
String[] K8S_BACKUPS = []
- def action = "${params.DEPLOYMENT_TYPE}"
-
if ("upgrade" == action || "upgrade:selected" == action) {
def base_branch = "${params.BRANCH}"
@@ -8,9 +8,7 @@ project:
module: 'poyi-app'
jar: 'poyi-app.jar'
- skywalking:
- address: 192.168.56.6:11800
+
k3s:
kubeconfig: k3s/k3s-dev6.yaml
cpu_limits: 850m
@@ -28,13 +28,13 @@ spec:
+ # port: 80