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
IndexerHelper
Commits
16a1886f
Verified
Commit
16a1886f
authored
May 10, 2021
by
Sebastian Schüpbach
Browse files
remove obsolete manifests
parent
0989a71c
Pipeline
#26140
failed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s-manifests/deployment.yml
deleted
100644 → 0
View file @
0989a71c
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
media-indexer-helper-deployment
namespace
:
memobase
labels
:
app
:
media-indexer-helper-app
spec
:
selector
:
matchLabels
:
app
:
media-indexer-helper-app
replicas
:
1
template
:
metadata
:
labels
:
app
:
media-indexer-helper-app
tier
:
web
spec
:
containers
:
-
name
:
media-indexer-helper-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/histogram:latest
resources
:
requests
:
cpu
:
"
1"
memory
:
"
2Gi"
limits
:
cpu
:
"
4"
memory
:
"
8Gi"
ports
:
-
containerPort
:
8083
name
:
http
protocol
:
TCP
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
tmp-volume
mountPath
:
/tmp
-
name
:
config
mountPath
:
/app/configs
command
:
[
"
/app/app"
,
"
-cfg"
,
"
/app/configs/histogram.toml"
]
restartPolicy
:
Always
volumes
:
-
name
:
tmp-volume
persistentVolumeClaim
:
claimName
:
media-indexer-volume-claim
-
name
:
config
configMap
:
name
:
media-indexer-helper-config
k8s-manifests/service.yml
deleted
100644 → 0
View file @
0989a71c
apiVersion
:
v1
kind
:
Service
metadata
:
namespace
:
memobase
name
:
media-indexer-helper-service
labels
:
app
:
media-indexer-helper-app
spec
:
ports
:
-
port
:
8083
selector
:
app
:
media-indexer-helper-app
tier
:
web
clusterIP
:
None
Write
Preview
Supports
Markdown
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