Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
Import Process Bridge
Commits
ac7a22b5
Unverified
Commit
ac7a22b5
authored
Jan 18, 2021
by
Sebastian Schüpbach
Browse files
define APPLICATION_ID in specific configs
parent
bca53ae1
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ac7a22b5
build
out
.gradle
.idea
\ No newline at end of file
.idea
.metals
helm-charts/templates/app-config.yml
View file @
ac7a22b5
...
...
@@ -4,6 +4,5 @@ metadata:
name
:
"
{{
.Values.deploymentName
}}-app-config"
namespace
:
memobase
data
:
APPLICATION_ID
:
"
{{
.Values.deploymentName
}}-deployment"
TOPIC_OUT
:
"
{{
.Values.outputTopic
}}"
TOPIC_PROCESS
:
"
postprocessing-reporting-test"
helm-charts/templates/deployment-drupal.yml
View file @
ac7a22b5
...
...
@@ -28,4 +28,6 @@ spec:
env
:
-
name
:
TOPIC_IN
value
:
drupal-sync-output
-
name
:
APPLICATION_ID
value
:
"
{{
.Values.deploymentName
}}-drupal-deployment"
restartPolicy
:
Always
helm-charts/templates/deployment
-records
.yml
→
helm-charts/templates/deployment.yml
View file @
ac7a22b5
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
name
:
"
{{
.Values.deploymentName
}}-
records-
deployment"
name
:
"
{{
.Values.deploymentName
}}-deployment"
namespace
:
memobase
labels
:
app
:
"
{{
.Values.deploymentName
}}-
records-
deployment"
app
:
"
{{
.Values.deploymentName
}}-deployment"
spec
:
selector
:
matchLabels
:
app
:
"
{{
.Values.deploymentName
}}-
records-
deployment"
app
:
"
{{
.Values.deploymentName
}}-deployment"
replicas
:
1
template
:
metadata
:
labels
:
app
:
"
{{
.Values.deploymentName
}}-
records-
deployment"
app
:
"
{{
.Values.deploymentName
}}-deployment"
tier
:
post-processing
spec
:
containers
:
-
name
:
"
{{
.Values.deploymentName
}}-
records-
container"
-
name
:
"
{{
.Values.deploymentName
}}-container"
image
:
"
{{.Values.registry}}/{{
.Values.image
}}:{{
.Values.tag
}}"
imagePullPolicy
:
Always
envFrom
:
...
...
@@ -28,4 +28,6 @@ spec:
env
:
-
name
:
TOPIC_IN
value
:
import-process-ingest
-
name
:
APPLICATION_ID
value
:
"
{{
.Values.deploymentName
}}-deployment"
restartPolicy
:
Always
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