Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-k8s
Commits
abbc86d7
Verified
Commit
abbc86d7
authored
May 21, 2021
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Dual-license under EUPL
parent
823ed879
No related branches found
No related tags found
No related merge requests found
Pipeline
#12585
failed
May 21, 2021
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+2
-0
2 additions, 0 deletions
README.rst
values.yaml
+18
-17
18 additions, 17 deletions
values.yaml
with
20 additions
and
17 deletions
README.rst
+
2
−
0
View file @
abbc86d7
...
...
@@ -190,3 +190,5 @@ License
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Alternatively, you are free to use this chart under the terms of the EUPL 1.2 or newer.
This diff is collapsed.
Click to expand it.
values.yaml
+
18
−
17
View file @
abbc86d7
...
...
@@ -7,10 +7,10 @@ replicaCount:
celery
:
1
image
:
repository
:
registry.edugit.org/aleksis/official/aleksis
repository
:
registry.edugit.org/aleksis/official/aleksis
-core
pullPolicy
:
Always
# Overrides the image tag whose default is the chart appVersion.
tag
:
"
"
tag
:
master
imagePullSecrets
:
[]
nameOverride
:
"
"
...
...
@@ -49,7 +49,7 @@ ingress:
annotations
:
kubernetes.io/tls-acme
:
"
true"
cert-manager.io/cluster-issuer
:
letsencrypt-prod
domain
:
example.com
domain
:
linode.aleksis.org
# host: foo
path
:
/
tls
:
true
...
...
@@ -67,7 +67,7 @@ resources: {}
# memory: 128Mi
autoscaling
:
enabled
:
fals
e
enabled
:
tru
e
app
:
minReplicas
:
1
maxReplicas
:
100
...
...
@@ -87,7 +87,7 @@ affinity: {}
aleksis
:
storage
:
src
:
volume
src
:
s3
media
:
size
:
"
10Gi"
backup
:
...
...
@@ -95,18 +95,19 @@ aleksis:
config
:
http
:
allowed_hosts
:
"
[*]"
# storage:
# type: s3
# s3:
# endpoint_url: "https://eu-central-1.linodeobjects.com"
# bucket_name: aleksis-media
# access_key: ""
# secret_key: ""
# backup:
# storage:
# type: s3
# s3:
# bucket_name: aleksis-backups
storage
:
type
:
s3
s3
:
endpoint_url
:
"
https://eu-central-1.linodeobjects.com"
bucket_name
:
aleksis-media
access_key
:
6WFBJNDB7RV0M3A7CE70
secret_key
:
pOrfVP3ModLO1SPTP4Us0KaMf7NRURwUgFshmsoc
backup
:
storage
:
type
:
s3
s3
:
endpoint_url
:
"
https://ap-south-1.linodeobjects.com"
bucket_name
:
aleksis-backups
postgresql
:
image
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment