Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
MDM Lab
Wiki
Merge requests
!7
K8s deploy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
K8s deploy
k8s-deploy
into
dev
Overview
0
Commits
30
Pipelines
40
Changes
11
Merged
Remi PLANEL
requested to merge
k8s-deploy
into
dev
1 year ago
Overview
0
Commits
30
Pipelines
40
Changes
11
Expand
deploy wiki on defense-finder namespace
Deploy static website serve by nginx
0
0
Merge request reports
Viewing commit
ad4e1aed
Prev
Next
Show latest version
11 files
+
409
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
ad4e1aed
add helm chart
· ad4e1aed
Remi PLANEL
authored
1 year ago
deploy/df-wiki/templates/tests/test-connection.yaml
0 → 100644
+
15
−
0
Options
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
"
{{
include
"df-wiki.fullname" . }}-test-connection"
labels
:
{{
- include "df-wiki.labels" . | nindent 4
}}
annotations
:
"
helm.sh/hook"
:
test
spec
:
containers
:
-
name
:
wget
image
:
busybox
command
:
[
'
wget'
]
args
:
[
'
{{
include
"df-wiki.fullname"
.
}}:{{
.Values.service.port
}}'
]
restartPolicy
:
Never
Loading