Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
2314289f
Commit
2314289f
authored
Feb 14, 2020
by
trierra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
portworx v1.0.7
Signed-off-by:
trierra
<
oksana@portworx.com
>
parent
039e40e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
4 deletions
+78
-4
Chart.yaml
charts/portworx/v1.0.7/Chart.yaml
+2
-2
portworx-ds.yaml
charts/portworx/v1.0.7/templates/portworx-ds.yaml
+48
-0
portworx-rbac-config.yaml
charts/portworx/v1.0.7/templates/portworx-rbac-config.yaml
+28
-2
No files found.
charts/portworx/v1.0.7/Chart.yaml
View file @
2314289f
name
:
portworx
name
:
portworx
appVersion
:
1.0.
6
appVersion
:
1.0.
7
version
:
1.0.
6
version
:
1.0.
7
description
:
A Helm chart for installing Portworx on Kubernetes.
description
:
A Helm chart for installing Portworx on Kubernetes.
keywords
:
keywords
:
-
Storage
-
Storage
...
...
charts/portworx/v1.0.7/templates/portworx-ds.yaml
View file @
2314289f
...
@@ -387,3 +387,50 @@ spec:
...
@@ -387,3 +387,50 @@ spec:
hostPath
:
hostPath
:
path
:
/proc
path
:
/proc
{{
- end
}}
{{
- end
}}
---
apiVersion
:
apps/v1
kind
:
DaemonSet
metadata
:
name
:
portworx-api
namespace
:
kube-system
labels
:
name
:
portworx-api
spec
:
selector
:
matchLabels
:
name
:
portworx-api
minReadySeconds
:
0
updateStrategy
:
type
:
RollingUpdate
rollingUpdate
:
maxUnavailable
:
100%
template
:
metadata
:
labels
:
name
:
portworx-api
spec
:
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
key
:
px/enabled
operator
:
NotIn
values
:
-
"
false"
-
key
:
node-role.kubernetes.io/master
operator
:
DoesNotExist
hostNetwork
:
true
hostPID
:
false
containers
:
-
name
:
portworx-api
image
:
k8s.gcr.io/pause:3.1
imagePullPolicy
:
Always
readinessProbe
:
periodSeconds
:
10
httpGet
:
host
:
127.0.0.1
path
:
/status
port
:
9001
restartPolicy
:
Always
serviceAccountName
:
px-account
\ No newline at end of file
charts/portworx/v1.0.7/templates/portworx-rbac-config.yaml
View file @
2314289f
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
portworx
---
kind
:
Role
apiVersion
:
{{
template "rbac.apiVersion" .
}}
metadata
:
name
:
px-role
namespace
:
portworx
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
secrets"
]
verbs
:
[
"
get"
,
"
list"
,
"
create"
,
"
update"
,
"
patch"
]
---
kind
:
RoleBinding
apiVersion
:
{{
template "rbac.apiVersion" .
}}
metadata
:
name
:
px-role-binding
namespace
:
portworx
subjects
:
-
kind
:
ServiceAccount
name
:
px-account
namespace
:
kube-system
roleRef
:
kind
:
Role
name
:
px-role
apiGroup
:
rbac.authorization.k8s.io
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
ServiceAccount
kind
:
ServiceAccount
...
@@ -6,7 +33,6 @@ metadata:
...
@@ -6,7 +33,6 @@ metadata:
name
:
px-account
name
:
px-account
namespace
:
kube-system
namespace
:
kube-system
---
---
kind
:
ClusterRole
kind
:
ClusterRole
apiVersion
:
{{
template "rbac.apiVersion" .
}}
apiVersion
:
{{
template "rbac.apiVersion" .
}}
metadata
:
metadata
:
...
...
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