Nicolas Giard
fd274e49f8
ci: fix arm dockerfile to alpine
3 years ago
Nicolas Giard
196cd99504
ci: update docker arm build image
3 years ago
myml
ecb7d9d14b
ci: docker build missing python ( #5207 )
3 years ago
Parkhost
8dcbc18a3b
chore(helm): add revisionHistoryLimit ( #5175 )
3 years ago
Nicolas Giard
066e0f35ae
docs: update helm readme
...
[skip ci]
3 years ago
Marián Skrip
de6d4beef9
feat(config): add option to specify default value to env var expansion ( #5020 )
...
* feat: Add option to specify default value to env var expansion
* fix: remove unused capturing group for env var replacement
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
Marián Skrip
2815f38c52
feat(logging): add option to configure JSON logging ( #5022 )
...
* fix: Use logger for logs using console logging
* feat: Add option to configure JSON logging
* fix: use generic logFormat instead of json specific
* fix: use logFormat for docker config
* fix: use logFormat to build winston formatters
Co-authored-by: Nicolas Giard <github@ngpixel.com>
3 years ago
NGPixel
932bb6fdee
ci: update digitalocean motd message
3 years ago
NGPixel
4ecf1f0167
ci: add packer files execute permission
3 years ago
NGPixel
fb4bcca89e
ci: packer script typo
3 years ago
NGPixel
22fed93c4b
ci: fix digitalocean image scripts paths
3 years ago
NGPixel
c42e0f9888
ci: add do image build via packer
3 years ago
Jordan JEAN
8d420759f8
chore(helm): add volumes and volumeMounts chart values ( #4714 )
3 years ago
Nicolas Giard
5250c64fbb
ci: replace cypress docker source
3 years ago
PGeorge Bezerra
67c1be75f3
docs: fix typo on helm documentation ( #4791 )
...
ca certificate for database connection is not a path, but certificate content
***NO_CI***
3 years ago
NGPixel
003ca51826
fix: arm dockerfile use non-alpine base image
3 years ago
John Smith
7e335fa8c3
fix: revert arm dockerfile to node 14 (unsupported sqlite3 in 16.x)
3 years ago
John Smith
661ec5f5e0
fix: arm dockerfile alpine python version
3 years ago
John Smith
0343ea4ddf
fix: arm dockerfile incorrect node version
3 years ago
Nicolas Giard
88258fdda6
misc: update arm dockerfile
3 years ago
Nicolas Giard
fcae980ed7
misc: update build Dockerfile
3 years ago
Nold
f4d9fd43f0
misc: helm sideload initContainer option ( #4325 )
...
***NO_CI***
3 years ago
Nicolas Giard
5c99cf3cfa
docs: update helm docs
...
[skip ci] ***NO_CI***
3 years ago
Nicolas Giard
d4e8e8b147
docs: update Helm instructions
...
***NO_CI***
3 years ago
Nicolas Giard
bfec7b3110
misc: update helm chart icon
3 years ago
NGPixel
757398c249
fix: remove fibers dependency
3 years ago
Andrew Yefanov
525f758151
misc: fix helm high availability property ( #4490 )
...
***NO_CI***
3 years ago
wjkw1
2916ec5889
misc: updated values file imagePullPolicy to match what is in deployment.yaml ( #4546 )
...
***NO_CI***
3 years ago
ABI CHAHINE
5450597654
docs: upgrade helm chart to take in consideration K8S v1.19+ for ingress ( #4437 )
...
Co-authored-by: Rachad <rachad.abi-chahine@decathlon.com>
***NO_CI***
3 years ago
Andrew Yefanov
f4de80f8bc
misc: add helm high availablity when replicas are more than 1 ( #4420 )
...
* add helm high availablity when replicas are more than 1
* refactor HA expression
***NO_CI***
3 years ago
Nicolas Giard
3174fdd76b
docs: fix helm ingress doc
...
***NO_CI***
3 years ago
Ivann LARUELLE
826e6d4bdf
feat(helm): adding liveness and readiness probes customizations ( #4116 )
...
* feat(helm): adding liveness and readiness probes customizations
* chore(helm): bump chart version to 2.2.0
***NO_CI***
3 years ago
Hugo Rochefort
0788d615bc
docs: improve Helm README (existing postgresql Secret) ( #3991 )
...
Small doc improvements:
- Add the 2 missing parameters postgresql.existingSecret and postgresql.existingSecretKey in the list.
- Update the "Using an external PostgreSQL server" part by specifying how to use an existing postgresql Secret
***NO_CI***
4 years ago
Matt
05aad5b9c6
docs: added DB_SSL and DB_SSL_CA to helm chart ( #2492 )
...
***NO_CI***
* Update deployment.yaml
added DB_SSL option for postgres
* Update README.md
added note about `postgresql.ssl`
* added DB_SSL_CA
* added postgressql.ca note
* Update values.yaml
added more PostgresSQL details to values.yml
* Update values.yaml
* Update values.yaml
removed whitespace
* Update README.md
added ssl and ca notes
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* docs: update README
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Nicolas Giard
5e0236ca2d
docs: clarify helm postgres deploy
...
***NO_CI***
4 years ago
nzdjb
4586d325d8
docs: helm - correct ingress.hosts in README ( #2641 )
...
The ingress.hostname entry listed in the README is erroneous and not used in the ingress.yaml file.
This change corrects the documentation to correctly refer to ingress.hosts and list the default value as given in values.yaml.
***NO_CI***
4 years ago
NGPixel
752ac61bf5
misc: migrate to YAML azure pipelines
4 years ago
Jeffrey Forman
de19d37953
fix: helm - image tag and imagePullPolicy to correctly inherit from values ( #2472 )
...
* fix image tag and imagePullPolicy to correcy inherit from values, with sane defaults (ifNotPresent and latest)
* fix default service ports for http and https in service.yaml
Co-authored-by: Jeffrey Forman <jforman@gmail.com>
***NO_CI***
4 years ago
NGPixel
7fdf8ab3f9
fix: remove offline param from docker config
4 years ago
NGPixel
c7524b7c8b
fix: disable failing cypress test due to origin change
4 years ago
NGPixel
f98a07ec8b
fix: dockerfile incorrect dep
4 years ago
NGPixel
32d67adee1
feat: social login providers with dynamic instances
4 years ago
NGPixel
f72530bf84
refactor: deps update + 2FA setup + verify
4 years ago
NGPixel
29afc61abf
fix: quote enclose db pass in docker config file ( #2293 )
4 years ago
Idan Bidani
19af56361a
fix: upgrade postgresql dependency to run in non root ( #2213 )
...
Previous version of Postgresql required userid 0 for init container
***NO_CI***
4 years ago
Lukas Frischknecht
5aa959eea4
misc: add offline env param to docker configuration ( #2200 )
...
***NO_CI***
* Add OFFLINE configuration switch
* Revert "Add OFFLINE configuration switch"
This reverts commit dcf3fdfe40
.
* Add offline configuration to docker
4 years ago
Jung Hong Kim
49f2410108
misc: modify helm chart for extended service features ( #2192 )
...
***NO_CI***
* feat: modify helm chart for extended service features
* misc: helm values.yaml
Co-authored-by: Nicolas Giard <github@ngpixel.com>
4 years ago
Jason Paul Deland
e8a11f82bc
misc: helm - align secret name ( #2220 )
...
***NO_CI***
4 years ago
Jason Paul Deland
a14759a9c9
docs: Update helm README ( #2218 )
...
**NO_CI***
4 years ago
Hussein Al Abry
89b5c5f90f
misc: update postgresql chart dependency ( #2163 )
...
***NO_CI***
4 years ago