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
b9f6510c
Unverified
Commit
b9f6510c
authored
Nov 26, 2020
by
Waqar Ahmed
Committed by
GitHub
Nov 26, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from truenas/ix-chart-test
Add deployment test for ix-chart
parents
48e553b4
66653b71
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
76 additions
and
2 deletions
+76
-2
test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml
test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml
+17
-0
test/ix-chart/2010.0.2/test_values.yaml
test/ix-chart/2010.0.2/test_values.yaml
+39
-0
test/ix-chart/2010.0.2/values.yaml
test/ix-chart/2010.0.2/values.yaml
+20
-2
No files found.
test/ix-chart/2010.0.2/templates/tests/deployment-check.yaml
0 → 100644
View file @
b9f6510c
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
"
{{
.Release.Name
}}-deployment-test"
annotations
:
"
helm.sh/hook"
:
test
spec
:
containers
:
-
name
:
{{
.Release.Name
}}
-deployment-test
image
:
"
busybox"
command
:
-
nc
args
:
-
"
-vz"
-
"
{{
.Release.Name
}}-ix-chart"
-
"
80"
restartPolicy
:
Never
test/ix-chart/2010.0.2/test_values.yaml
0 → 100644
View file @
b9f6510c
# Default values for ix-chart.
image
:
repository
:
nginx
pullPolicy
:
IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag
:
latest
# Restart / Update policy
restartPolicy
:
Always
updateStrategy
:
RollingUpdate
# Container CMD / entrypoint
containerCommand
:
[]
containerArgs
:
[]
containerEnvironmentVariables
:
[]
# Network related configuration
externalInterfaces
:
[]
portForwardingList
:
[{
"
containerPort"
:
80
,
"
nodePort"
:
32000
}]
hostPortsList
:
[]
hostNetwork
:
false
dnsPolicy
:
Default
dnsConfig
:
nameservers
:
[]
searches
:
[]
# Storage related configuration
hostPathVolumes
:
[]
volumes
:
[]
# Probes
# Liveness Probe
livenessProbe
:
null
# Workload type
workloadType
:
"
Deployment"
gpuConfiguration
:
{}
test/ix-chart/2010.0.2/values.yaml
View file @
b9f6510c
...
...
@@ -6,13 +6,26 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
testing"
# Restart / Update policy
restartPolicy
:
Always
updateStrategy
:
RollingUpdate
# Container CMD / entrypoint
containerCommand
:
[]
containerArgs
:
[]
containerCommand
:
-
sleep
containerArgs
:
-
infinity
containerEnvironmentVariables
:
[]
# Network related configuration
externalInterfaces
:
[]
portForwardingList
:
[]
hostPortsList
:
[]
hostNetwork
:
false
dnsPolicy
:
Default
dnsConfig
:
nameservers
:
[]
searches
:
[]
# Storage related configuration
hostPathVolumes
:
[]
...
...
@@ -21,3 +34,8 @@ volumes: []
# Probes
# Liveness Probe
livenessProbe
:
null
# Workload type
workloadType
:
"
Deployment"
gpuConfiguration
:
{}
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