Skip to content

Commit

Permalink
remove unused liveness probe config
Browse files Browse the repository at this point in the history
  • Loading branch information
frodopwns committed Jul 2, 2020
1 parent ae5e3ad commit ec9cbb6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
Binary file modified charts/azure-service-operator-0.1.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ spec:
- name: REQUEUE_AFTER
value: "30"
image: {{ .Values.image.repository }}
livenessProbe:
httpGet:
path: /healthz
port: liveness-port
initialDelaySeconds: 30
periodSeconds: 10
name: manager
ports:
- containerPort: 443
Expand Down
6 changes: 3 additions & 3 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ entries:
azure-service-operator:
- apiVersion: v2
appVersion: 0.1.0
created: "2020-07-02T10:30:55.191248-06:00"
created: "2020-07-02T12:00:12.36142-06:00"
dependencies:
- condition: azureUseMI
name: aad-pod-identity
repository: https://raw.githubusercontent.com/Azure/aad-pod-identity/master/charts
version: 1.5.5
description: Deploy components and dependencies of azure-service-operator
digest: b2343088d70b70ba2fdfc80b7b0faf722e13078681b5d9683119c102b18d065d
digest: 723420bd84ddb434124cb808d49d1599440ded9bae837df7f2978931b51cb78e
home: https://github.com/Azure/azure-service-operator
name: azure-service-operator
sources:
- https://github.com/Azure/azure-service-operator
urls:
- azure-service-operator-0.1.0.tgz
version: 0.1.0
generated: "2020-07-02T10:30:55.186109-06:00"
generated: "2020-07-02T12:00:12.355282-06:00"
6 changes: 0 additions & 6 deletions config/default/manager_webhook_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ spec:
- containerPort: 8081
name: liveness-port
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
port: liveness-port
initialDelaySeconds: 30
periodSeconds: 10
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
Expand Down

0 comments on commit ec9cbb6

Please sign in to comment.