Skip to content

Commit 0fc1f90

Browse files
authored
[spark-operator] Change liveness/readiness probe port to resolve conflict (#1084)
1 parent f72513e commit 0fc1f90

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

stable/spark-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: spark-operator
33
description: A Helm chart for Spark on Kubernetes operator.
4-
version: 2.0.14
4+
version: 2.0.15
55
appVersion: 2.0.2
66
keywords:
77
- apache spark

stable/spark-operator/templates/webhook/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ spec:
104104
{{- end }}
105105
livenessProbe:
106106
httpGet:
107-
port: 8081
107+
port: 48081
108108
scheme: HTTP
109109
path: /healthz
110110
readinessProbe:
111111
httpGet:
112-
port: 8081
112+
port: 48081
113113
scheme: HTTP
114114
path: /readyz
115115
{{- with .Values.webhook.securityContext }}

stable/spark-operator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ webhook:
326326
# Require `webhook.replicas` to be greater than 1
327327
minAvailable: 1
328328

329+
# IG-23489
329330
hostNetwork:
330331
enabled: true
331332

0 commit comments

Comments
 (0)