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
18d115f0
Commit
18d115f0
authored
Oct 12, 2021
by
sonicaj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant files in nextcloud app
parent
03a0d67d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
30 deletions
+5
-30
test/nextcloud/1.3.6/default_values.yaml
test/nextcloud/1.3.6/default_values.yaml
+0
-30
test/nextcloud/1.3.6/test_values.yaml
test/nextcloud/1.3.6/test_values.yaml
+5
-0
test/nextcloud/1.3.6/values.yaml
test/nextcloud/1.3.6/values.yaml
+0
-0
No files found.
test/nextcloud/1.3.6/default_values.yaml
deleted
100644 → 0
View file @
03a0d67d
## Official nextcloud image version
## ref: https://hub.docker.com/r/library/nextcloud/tags/
##
image
:
repository
:
nextcloud
tag
:
19.0.3-apache
pullPolicy
:
IfNotPresent
nextcloud
:
host
:
nextcloud.kube.home
username
:
admin
password
:
changeme
datadir
:
/var/www/html/data
strategy
:
"
Recreate"
service
:
nodePort
:
9001
appVolumeMounts
:
nextcloud-data
:
emptyDir
:
true
mountPath
:
"
/var/www"
postgresAppVolumeMounts
:
postgres-data
:
emptyDir
:
true
mountPath
:
"
/var/lib/postgresql/data"
postgres-backup
:
emptyDir
:
true
mountPath
:
"
/postgres_backups"
test/nextcloud/1.3.6/test_values.yaml
View file @
18d115f0
...
...
@@ -10,6 +10,11 @@ image:
pullPolicy
:
IfNotPresent
repository
:
nextcloud
tag
:
'
22.2'
nginx
:
image
:
repository
:
nginx
tag
:
1.21.3
pullPolicy
:
IfNotPresent
ixChartContext
:
{}
nextcloud
:
datadir
:
/var/www/html/data
...
...
test/nextcloud/1.3.6/values.yaml
deleted
100644 → 0
View file @
03a0d67d
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