[stable/spinnaker] use the /health endpoint instead of /env (#2608)

* [stable/spinnaker] use the /health endpoint instead of /env

/env is a protected endpoint in later versions of spring boot and using this will cause authentication issues

* [stable/spinnaker] fix whitespace issues to placate circleci linter
This commit is contained in:
Tomás Lin
2017-10-27 22:52:32 -07:00
committed by Vic Iglesias
parent fd156964ba
commit 13f273aef2
9 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 0.3.5
version: 0.3.6
appVersion: 1.1.0
home: http://spinnaker.io/
sources:
@@ -31,7 +31,7 @@ spec:
name: {{ template "fullname" . }}-registry
readinessProbe:
httpGet:
path: /credentials
path: /health
port: 7002
initialDelaySeconds: 20
timeoutSeconds: 1
@@ -29,7 +29,7 @@ spec:
name: {{ template "fullname" . }}-spinnaker-config
readinessProbe:
httpGet:
path: /env
path: /health
port: 8089
initialDelaySeconds: 20
timeoutSeconds: 1
@@ -35,7 +35,7 @@ spec:
{{ end }}
readinessProbe:
httpGet:
path: /env
path: /health
port: 8080
initialDelaySeconds: 20
timeoutSeconds: 1
@@ -28,7 +28,8 @@ spec:
- mountPath: /opt/spinnaker/config
name: {{ template "fullname" . }}-spinnaker-config
livenessProbe:
tcpSocket:
httpGet:
path: /health
port: 8084
initialDelaySeconds: 30
timeoutSeconds: 1
@@ -29,7 +29,7 @@ spec:
name: {{ template "fullname" . }}-spinnaker-config
readinessProbe:
httpGet:
path: /env
path: /health
port: 8088
initialDelaySeconds: 20
timeoutSeconds: 1
@@ -29,7 +29,7 @@ spec:
name: {{ template "fullname" . }}-spinnaker-config
readinessProbe:
httpGet:
path: /env
path: /health
port: 8083
initialDelaySeconds: 20
timeoutSeconds: 1
@@ -33,7 +33,7 @@ spec:
name: docker-sock
readinessProbe:
httpGet:
path: /env
path: /health
port: 8087
initialDelaySeconds: 20
timeoutSeconds: 1
+2 -2
View File
@@ -56,7 +56,7 @@ deck:
# ingress.kubernetes.io/ssl-redirect: 'true'
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
#tls:
# tls:
# - secretName: -tls
# hosts:
# - domain.com
@@ -111,7 +111,7 @@ jenkins:
ServiceType: ClusterIP
CustomConfigMap: true
InstallPlugins:
- kubernetes:0.11
- kubernetes:0.11
- workflow-aggregator:2.5
- workflow-job:2.11
- credentials-binding:1.12