Skip to content

Commit

Permalink
fix: Align helm chart to more generalized configuration (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK authored and NikolayMarusenko committed May 31, 2024
1 parent fe7d7cf commit 7b1d6af
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 8080

ingress:
enabled: false
Expand Down Expand Up @@ -75,13 +75,12 @@ resources: {}
# memory: 128Mi

livenessProbe:
httpGet:
path: /
tcpSocket:
port: http
readinessProbe:
httpGet:
path: /
tcpSocket:
port: http
initialDelaySeconds: 20

autoscaling:
enabled: false
Expand Down

0 comments on commit 7b1d6af

Please sign in to comment.