We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7e8cf commit 96edf07Copy full SHA for 96edf07
charts/sophora-ugc-demo/Chart.yaml
@@ -3,7 +3,7 @@ name: sophora-ugc-demo
3
description: A Helm chart for the UGC demo
4
type: application
5
6
-version: 0.1.1
+version: 0.1.2
7
8
appVersion: 'latest'
9
charts/sophora-ugc-demo/templates/deployment.yaml
@@ -71,14 +71,14 @@ spec:
71
mountPath: /usr/local/ugc-demo/
72
livenessProbe:
73
httpGet:
74
- path: /
75
- port: http
+ path: /ugc-demo/demosite/
+ port: 8080
76
initialDelaySeconds: 30
77
periodSeconds: 3
78
readinessProbe:
79
80
81
82
83
84
resources:
0 commit comments