Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
817de8f1
Commit
817de8f1
authored
Dec 05, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove liveness/readiness probes
parent
f323a2ce
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
69 deletions
+1
-69
test/nextcloud/2.3.2/questions.yaml
test/nextcloud/2.3.2/questions.yaml
+0
-22
test/nextcloud/2.3.2/templates/deployment.yaml
test/nextcloud/2.3.2/templates/deployment.yaml
+0
-28
test/nextcloud/2.3.2/values.yaml
test/nextcloud/2.3.2/values.yaml
+1
-19
No files found.
test/nextcloud/2.3.2/questions.yaml
View file @
817de8f1
...
@@ -157,14 +157,6 @@ questions:
...
@@ -157,14 +157,6 @@ questions:
schema
:
schema
:
type
:
hostpath
type
:
hostpath
-
variable
:
lifecycle
label
:
"
Define
container
Lifecycle"
group
:
"
Container
Configuration"
schema
:
type
:
dict
additional_attrs
:
true
attrs
:
[]
-
variable
:
internalDatabase
-
variable
:
internalDatabase
label
:
"
REMOVEME"
label
:
"
REMOVEME"
schema
:
schema
:
...
@@ -231,17 +223,3 @@ questions:
...
@@ -231,17 +223,3 @@ questions:
type
:
dict
type
:
dict
additional_attrs
:
true
additional_attrs
:
true
attrs
:
[]
attrs
:
[]
-
variable
:
livenessProbe
label
:
"
REMOVEME"
schema
:
type
:
dict
additional_attrs
:
true
attrs
:
[]
-
variable
:
readinessProbe
label
:
"
REMOVEME"
schema
:
type
:
dict
additional_attrs
:
true
attrs
:
[]
test/nextcloud/2.3.2/templates/deployment.yaml
View file @
817de8f1
...
@@ -82,34 +82,6 @@ spec:
...
@@ -82,34 +82,6 @@ spec:
-
name
:
http
-
name
:
http
containerPort
:
80
containerPort
:
80
protocol
:
TCP
protocol
:
TCP
{{
- if .Values.livenessProbe.enabled
}}
livenessProbe
:
httpGet
:
path
:
/status.php
port
:
http
httpHeaders
:
-
name
:
Host
value
:
{{
.Values.nextcloud.host | quote
}}
initialDelaySeconds
:
{{
.Values.livenessProbe.initialDelaySeconds
}}
periodSeconds
:
{{
.Values.livenessProbe.periodSeconds
}}
timeoutSeconds
:
{{
.Values.livenessProbe.timeoutSeconds
}}
successThreshold
:
{{
.Values.livenessProbe.successThreshold
}}
failureThreshold
:
{{
.Values.livenessProbe.failureThreshold
}}
{{
- end
}}
{{
- if .Values.readinessProbe.enabled
}}
readinessProbe
:
httpGet
:
path
:
/status.php
port
:
http
httpHeaders
:
-
name
:
Host
value
:
{{
.Values.nextcloud.host | quote
}}
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
periodSeconds
:
{{
.Values.readinessProbe.periodSeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
successThreshold
:
{{
.Values.readinessProbe.successThreshold
}}
failureThreshold
:
{{
.Values.readinessProbe.failureThreshold
}}
{{
- end
}}
volumeMounts
:
volumeMounts
:
-
name
:
nextcloud-data
-
name
:
nextcloud-data
mountPath
:
/var/www/
mountPath
:
/var/www/
...
...
test/nextcloud/2.3.2/values.yaml
View file @
817de8f1
...
@@ -169,21 +169,3 @@ cronjob:
...
@@ -169,21 +169,3 @@ cronjob:
service
:
service
:
nodePort
:
9000
nodePort
:
9000
## Liveness and readiness probe values
## Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes
##
livenessProbe
:
enabled
:
true
initialDelaySeconds
:
30
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
3
successThreshold
:
1
readinessProbe
:
enabled
:
true
initialDelaySeconds
:
30
periodSeconds
:
15
timeoutSeconds
:
5
failureThreshold
:
3
successThreshold
:
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment