Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
363d97df
Commit
363d97df
authored
May 09, 2017
by
Guangya Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed indent for some statefulset for e2e test.
parent
20fa30e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
56 deletions
+56
-56
statefulset.yaml
...sting-manifests/statefulset/mysql-galera/statefulset.yaml
+18
-18
statefulset.yaml
.../e2e/testing-manifests/statefulset/redis/statefulset.yaml
+18
-18
statefulset.yaml
.../testing-manifests/statefulset/zookeeper/statefulset.yaml
+20
-20
No files found.
test/e2e/testing-manifests/statefulset/mysql-galera/statefulset.yaml
View file @
363d97df
...
...
@@ -21,24 +21,24 @@ spec:
mountPath
:
"
/work-dir"
-
name
:
config
mountPath
:
"
/etc/mysql"
-
name
:
bootstrap
image
:
debian:jessie
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=galera"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
config
mountPath
:
"
/etc/mysql"
-
name
:
bootstrap
image
:
debian:jessie
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=galera"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
config
mountPath
:
"
/etc/mysql"
containers
:
-
name
:
mysql
image
:
gcr.io/google_containers/mysql-galera:e2e
...
...
test/e2e/testing-manifests/statefulset/redis/statefulset.yaml
View file @
363d97df
...
...
@@ -22,24 +22,24 @@ spec:
mountPath
:
"
/opt"
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
bootstrap
image
:
debian:jessie
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=redis"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
opt
mountPath
:
"
/opt"
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
bootstrap
image
:
debian:jessie
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=redis"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
opt
mountPath
:
"
/opt"
-
name
:
workdir
mountPath
:
"
/work-dir"
containers
:
-
name
:
redis
image
:
debian:jessie
...
...
test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml
View file @
363d97df
...
...
@@ -22,26 +22,26 @@ spec:
mountPath
:
"
/opt/"
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
bootstrap
image
:
java:openjdk-8-jre
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=zk"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
opt
mountPath
:
"
/opt"
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
datadir
mountPath
:
"
/tmp/zookeeper"
-
name
:
bootstrap
image
:
java:openjdk-8-jre
command
:
-
"
/work-dir/peer-finder"
args
:
-
-on-start="/work-dir/on-start.sh"
-
"
-service=zk"
env
:
-
name
:
POD_NAMESPACE
valueFrom
:
fieldRef
:
apiVersion
:
v1
fieldPath
:
metadata.namespace
volumeMounts
:
-
name
:
opt
mountPath
:
"
/opt"
-
name
:
workdir
mountPath
:
"
/work-dir"
-
name
:
datadir
mountPath
:
"
/tmp/zookeeper"
containers
:
-
name
:
zk
image
:
java:openjdk-8-jre
...
...
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