|
@@ -32,18 +32,25 @@ spec:
|
|
|
containerPort: 8080
|
|
|
- name: jnlpport
|
|
|
containerPort: 50000
|
|
|
+# 2023-01-31 can't get these to work. By default, host and scheme are blank
|
|
|
# livenessProbe:
|
|
|
# httpGet:
|
|
|
+# host: "jenkins.monkeybox.org"
|
|
|
+# scheme: HTTPS
|
|
|
# path: "/login"
|
|
|
-# port: 8080
|
|
|
+# #port: 8080
|
|
|
+# port: 443
|
|
|
# initialDelaySeconds: 90
|
|
|
# periodSeconds: 10
|
|
|
# timeoutSeconds: 5
|
|
|
# failureThreshold: 5
|
|
|
# readinessProbe:
|
|
|
# httpGet:
|
|
|
+# host: "jenkins.monkeybox.org"
|
|
|
+# scheme: HTTPS
|
|
|
# path: "/login"
|
|
|
-# port: 8080
|
|
|
+# #port: 8080
|
|
|
+# port: 443
|
|
|
# initialDelaySeconds: 60
|
|
|
# periodSeconds: 10
|
|
|
# timeoutSeconds: 5
|