Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Cantaloupe on Docker
Commits
8bee7980
Verified
Commit
8bee7980
authored
Jun 22, 2020
by
Sebastian Schüpbach
Browse files
rename redis service
parent
89528b81
Changes
4
Show whitespace changes
Inline
Side-by-side
k8s-manifests/helper-deployment.yml
0 → 100644
View file @
8bee7980
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
image-helper-deployment
namespace
:
memobase
labels
:
app
:
imageserver-app
spec
:
selector
:
matchLabels
:
app
:
imageserver-app
replicas
:
1
template
:
metadata
:
labels
:
app
:
imageserver-app
tier
:
web
spec
:
containers
:
-
name
:
image-helper-container
image
:
nginx
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
image-volume
mountPath
:
/data/
volumes
:
-
name
:
image-volume
persistentVolumeClaim
:
claimName
:
imageserver-volume-claim
k8s-manifests/imageserver-deployment.yml
View file @
8bee7980
...
...
@@ -33,7 +33,7 @@ spec:
-
name
:
CACHE_SERVER_DERIVATIVE
value
:
'
RedisCache'
-
name
:
REDISCACHE_HOST
value
:
'
redis'
value
:
'
redis
-service
'
restartPolicy
:
Always
volumes
:
-
name
:
image-volume
...
...
k8s-manifests/redis-deployment.yml
View file @
8bee7980
...
...
@@ -17,7 +17,7 @@ spec:
tier
:
web
spec
:
containers
:
-
name
:
redis
-
name
:
redis
-container
image
:
redis:5-buster
imagePullPolicy
:
Always
ports
:
...
...
k8s-manifests/redis-service.yml
View file @
8bee7980
...
...
@@ -2,7 +2,7 @@ apiVersion: v1
kind
:
Service
metadata
:
namespace
:
memobase
name
:
redis
name
:
redis
-service
labels
:
app
:
redis-app
spec
:
...
...
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