Skip to content

Commit

Permalink
Refactor probes
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Sep 20, 2024
1 parent fc78607 commit 659306f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions charts/pulsejet-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ version: 0.1.2
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.16.0"

# Our icon
icon: https://cdn.prod.website-files.com/65f10191f1154a9c3b042f81/6656779e0f11d6ed2ea15641_pulsejetdb_1080x1080-p-500.png
26 changes: 13 additions & 13 deletions charts/pulsejet-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ingress:
enabled: false
className: ""
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/affinity: "cookie"
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/affinity: "cookie"
# kubernetes.io/tls-acme: "true"
hosts:
- host: pulsejet-cluster.default.svc
Expand All @@ -75,17 +75,17 @@ resources: {}
# cpu: 100m
# memory: 128Mi

livenessProbe: null
readinessProbe: null

#livenessProbe:
# httpGet:
# path: /healthz
# port: 8080
#readinessProbe:
# httpGet:
# path: /healthz
# port: 8080
# livenessProbe: null
# readinessProbe: null

livenessProbe:
httpGet:

Check failure on line 82 in charts/pulsejet-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

82:2 [indentation] wrong indentation: expected 2 but found 1
path: /healthz
port: 8080
readinessProbe:
httpGet:

Check failure on line 86 in charts/pulsejet-cluster/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

86:2 [indentation] wrong indentation: expected 2 but found 1
path: /healthz
port: 8080

autoscaling:
enabled: false
Expand Down

0 comments on commit 659306f

Please sign in to comment.