Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
kubernetes
common
Commits
bc291f02
Commit
bc291f02
authored
2 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
refactor: move pg and redis to same file
parent
93346d54
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nextcloud/manifests/redis.yml
+0
-51
0 additions, 51 deletions
nextcloud/manifests/redis.yml
nextcloud/manifests/stateful-services.yml
+9
-8
9 additions, 8 deletions
nextcloud/manifests/stateful-services.yml
with
9 additions
and
59 deletions
nextcloud/manifests/redis.yml
deleted
100644 → 0
+
0
−
51
View file @
93346d54
---
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
labels
:
app
:
redis
name
:
redis
spec
:
replicas
:
1
selector
:
matchLabels
:
app
:
redis
role
:
master
tier
:
backend
template
:
metadata
:
labels
:
app
:
redis
role
:
master
tier
:
backend
spec
:
containers
:
-
image
:
redis
imagePullPolicy
:
Always
name
:
master
ports
:
-
containerPort
:
6379
protocol
:
TCP
resources
:
requests
:
cpu
:
100m
memory
:
100M
---
apiVersion
:
v1
kind
:
Service
metadata
:
labels
:
app
:
redis
role
:
master
tier
:
backend
name
:
redis
spec
:
ports
:
-
port
:
6379
protocol
:
TCP
targetPort
:
6379
selector
:
app
:
redis
role
:
master
tier
:
backend
type
:
ClusterIP
This diff is collapsed.
Click to expand it.
nextcloud/manifests/
pg
.yml
→
nextcloud/manifests/
stateful-services
.yml
+
9
−
8
View file @
bc291f02
...
...
@@ -140,13 +140,6 @@ spec:
image
:
registry.opensource.zalan.do/acid/logical-backup:v1.6.2
imagePullPolicy
:
IfNotPresent
name
:
logical-backup
ports
:
-
containerPort
:
8008
protocol
:
TCP
-
containerPort
:
5432
protocol
:
TCP
-
containerPort
:
8080
protocol
:
TCP
resources
:
limits
:
cpu
:
"
3"
...
...
@@ -162,4 +155,12 @@ spec:
serviceAccount
:
zalando-postgres
serviceAccountName
:
zalando-postgres
schedule
:
'
15
2
*
*
*'
---
apiVersion
:
core.libre.sh/v1alpha1
kind
:
Redis
metadata
:
name
:
${FQDN}-redis
namespace
:
${NS}
spec
:
disableAuth
:
true
persistence
:
{}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment