mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-18 13:01:13 +01:00
+ helm chart
This commit is contained in:
24
charts/cm.yaml
Normal file
24
charts/cm.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: eph-ephemerup-config
|
||||
namespace: "eph"
|
||||
labels:
|
||||
app.kubernetes.io/name: ephemerup
|
||||
helm.sh/chart: ephemerup-1.0.0
|
||||
app.kubernetes.io/instance: eph
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
annotations:
|
||||
app: ephemerup
|
||||
data:
|
||||
listen = "8080"
|
||||
bodylimit = "1024"
|
||||
super = "root"
|
||||
mail = {
|
||||
server =
|
||||
port =
|
||||
from =
|
||||
password =
|
||||
}
|
||||
apicontexts = [
|
||||
]
|
||||
Reference in New Issue
Block a user