Skip to content
Snippets Groups Projects
Verified Commit abbc86d7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Dual-license under EUPL

parent 823ed879
No related branches found
No related tags found
No related merge requests found
Pipeline #12585 failed
......@@ -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.
......@@ -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: false
enabled: true
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment