Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
d1b4c8c4
Unverified
Commit
d1b4c8c4
authored
Jun 26, 2024
by
Dominik
Committed by
GitHub
Jun 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(helm): add pod annotations (#7222)
parent
2e35ebf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
deployment.yaml
dev/helm/templates/deployment.yaml
+2
-0
values.yaml
dev/helm/values.yaml
+2
-0
No files found.
dev/helm/templates/deployment.yaml
View file @
d1b4c8c4
...
@@ -14,6 +14,8 @@ spec:
...
@@ -14,6 +14,8 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
{{
- include "wiki.selectorLabels" . | nindent 8
}}
{{
- include "wiki.selectorLabels" . | nindent 8
}}
annotations
:
{{
- toYaml .Values.podAnnotations | nindent 8
}}
spec
:
spec
:
{{
- with .Values.imagePullSecrets
}}
{{
- with .Values.imagePullSecrets
}}
imagePullSecrets
:
imagePullSecrets
:
...
...
dev/helm/values.yaml
View file @
d1b4c8c4
...
@@ -42,6 +42,8 @@ startupProbe:
...
@@ -42,6 +42,8 @@ startupProbe:
path
:
/healthz
path
:
/healthz
port
:
http
port
:
http
podAnnotations
:
{}
podSecurityContext
:
{}
podSecurityContext
:
{}
# fsGroup: 2000
# fsGroup: 2000
...
...
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