Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
ingress:
- name: "http-default"
subdomain: www
http:
- path: /
port: 3000
mysql:
- name: alt
auth:
- name: website
accessType: confidential
clientProtocol: openid-connect
validRedirectURIs:
- https://website.alt.staging-sip.ethz.ch/*
- https://thealternative.ethz.ch/*
- http://localhost/*
scopes:
defaultClientScopes:
- roles
- email
- profile
roles:
- name: admin
description: Admin has maximum privileges.
resources:
limits:
memory: 400Mi
requests:
memory: 100Mi
env:
- name: NEXTAUTH_URL
value: https://thealternative.ethz.ch
- name: NEXTAUTH_SECRET
secret:
key: nextauthSecret
create: provided
replicas: 1