Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
memoriav
M
Memobase 2020
services
URL Checker
Commits
8a8e4c13
Verified
Commit
8a8e4c13
authored
Jun 22, 2020
by
Sebastian Schüpbach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
import mariadb connection details as secret
parent
0bb33770
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
k8s-manifests/cronjob.yml
k8s-manifests/cronjob.yml
+6
-4
No files found.
k8s-manifests/cronjob.yml
View file @
8a8e4c13
...
...
@@ -15,10 +15,12 @@ spec:
containers
:
-
name
:
urlchecker-container
image
:
cr.gitlab.switch.ch/memoriav/memobase-2020/services/url-checker:latest
ports
:
-
containerPort
:
8083
name
:
http
protocol
:
TCP
env
:
-
name
:
DSN
valueFrom
:
secretKeyRef
:
name
:
mariadb
key
:
urlchecker
imagePullPolicy
:
Always
volumeMounts
:
-
name
:
config
...
...
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