Skip to content

Commit

Permalink
bump verison
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 16, 2024
1 parent 25803e1 commit cb91830
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ctrlplane
description: Ctrlplane Helm chart for Kubernetes
type: application
version: 0.3.4
version: 0.3.5
appVersion: "1.16.0"

maintainers:
Expand Down
8 changes: 8 additions & 0 deletions charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ spec:
httpGet:
path: /api/v1/resources/proxy/health
port: http
livenessProbe:
httpGet:
path: /api/v1/resources/proxy/health
port: http
readinessProbe:
httpGet:
path: /api/v1/resources/proxy/health
port: http
env:
- name: REDIS_URL
valueFrom:
Expand Down

0 comments on commit cb91830

Please sign in to comment.