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
7fed1fd0
Commit
7fed1fd0
authored
Nov 26, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reasonable defaults
parent
48e553b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
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/values.yaml
View file @
7fed1fd0
...
@@ -6,13 +6,26 @@ image:
...
@@ -6,13 +6,26 @@ image:
# Overrides the image tag whose default is the chart appVersion.
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
testing"
tag
:
"
testing"
# Restart / Update policy
restartPolicy
:
Always
updateStrategy
:
RollingUpdate
# Container CMD / entrypoint
# Container CMD / entrypoint
containerCommand
:
[]
containerCommand
:
containerArgs
:
[]
-
sleep
containerArgs
:
-
infinity
containerEnvironmentVariables
:
[]
containerEnvironmentVariables
:
[]
# Network related configuration
# Network related configuration
externalInterfaces
:
[]
externalInterfaces
:
[]
portForwardingList
:
[]
hostPortsList
:
[]
hostNetwork
:
false
dnsPolicy
:
Default
dnsConfig
:
nameservers
:
[]
searches
:
[]
# Storage related configuration
# Storage related configuration
hostPathVolumes
:
[]
hostPathVolumes
:
[]
...
@@ -21,3 +34,8 @@ volumes: []
...
@@ -21,3 +34,8 @@ volumes: []
# Probes
# Probes
# Liveness Probe
# Liveness Probe
livenessProbe
:
null
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