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
623b1881
Commit
623b1881
authored
Jul 09, 2024
by
jacklull
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change variable names
parent
4b5ecc95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
deployment.yaml
dev/helm/templates/deployment.yaml
+3
-3
values.yaml
dev/helm/values.yaml
+4
-4
No files found.
dev/helm/templates/deployment.yaml
View file @
623b1881
...
...
@@ -49,9 +49,9 @@ spec:
-
-c
-
|
ls /wiki/assets && rm -rf /wiki/assets/favicons/* && rm -rf /wiki/assets/favicon.ico && \
curl -k -L {{ .Values.customFavicons.
android-chrome-192x192.png
}} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.
favicom-32x32.png
}} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.favicon
.ico
}} -o /wiki/assets/favicon.ico
curl -k -L {{ .Values.customFavicons.
192x192
}} -o /wiki/assets/favicons/android-chrome-192x192.png && \
curl -k -L {{ .Values.customFavicons.
32x32
}} -o /wiki/assets/favicons/favicon-32x32.png && \
curl -k -L {{ .Values.customFavicons.favicon }} -o /wiki/assets/favicon.ico
securityContext
:
{{
- toYaml .Values.securityContext | nindent 12
}}
image
:
"
{{
.Values.image.repository
}}:{{
default
"latest" .Values.image.tag }}"
...
...
dev/helm/values.yaml
View file @
623b1881
...
...
@@ -67,9 +67,9 @@ service:
customFavicons
:
enabled
:
false
android-chrome-192x192.png
:
https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png
favicon-32x32.png
:
https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png
favicon
.ico
:
https://s3.eterfund.ru/public/ximperlinuxFavicons/favicon.ico
192x192
:
https://s3.eterfund.ru/public/ximperlinuxFavicons/android-chrome-192x192.png
32x32
:
https://s3.eterfund.ru/public/ximperlnuxFavicons/favicon-32x32.png
favicon
:
https://s3.eterfund.ru/public/ximperlinuxFavicons/favicon.ico
ingress
:
enabled
:
true
...
...
@@ -158,7 +158,7 @@ postgresql:
## Use the PostgreSQL chart dependency.
## Set to false if bringing your own PostgreSQL, and set secret value postgresql-uri.
##
enabled
:
tru
e
enabled
:
fals
e
## ssl enforce SSL communication with PostgresSQL
## Default to false
##
...
...
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