You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/massbank3-server/values.yaml
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,12 @@ podAnnotations: {}
73
73
podLabels:
74
74
app: massbank3-server
75
75
76
-
podSecurityContext: {}
76
+
podSecurityContext:
77
+
{}
77
78
# fsGroup: 2000
78
79
79
-
securityContext: {}
80
+
securityContext:
81
+
{}
80
82
# capabilities:
81
83
# drop:
82
84
# - ALL
@@ -108,7 +110,8 @@ ingress:
108
110
# hosts:
109
111
# - chart-example.local
110
112
111
-
resources: {}
113
+
resources:
114
+
{}
112
115
# We usually recommend not to specify default resources and to leave this as a conscious
113
116
# choice for the user. This also increases chances charts run on environments with little
114
117
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -123,11 +126,11 @@ resources: {}
123
126
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
124
127
livenessProbe:
125
128
httpGet:
126
-
path: /v1/version
129
+
path: /version
127
130
port: http
128
131
readinessProbe:
129
132
httpGet:
130
-
path: /v1/version
133
+
path: /version
131
134
port: http
132
135
133
136
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
0 commit comments