Skip to content

Commit

Permalink
fix up routes with new beta routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Chung committed Oct 2, 2019
1 parent d75bfe7 commit 408f559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/kubeaddons-catalog/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /v1alpha1/health
path: /v1beta1/health
port: http
readinessProbe:
httpGet:
path: /v1alpha1/healthz
path: /v1beta1/healthz
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 408f559

Please sign in to comment.