Added ModeratorElection App

This commit is contained in:
Mirco 2024-06-28 10:18:38 +02:00
parent 5dc575edaf
commit 665b295068
3 changed files with 8 additions and 5 deletions

View file

@ -58,7 +58,7 @@
(ing/generate-ingress-and-cert
(merge
{:service-name "meapp-fullstack"
:service-port 6333
:service-port 80
:fqdns [(str "meapp-fullstack." (:fqdn config))]}
config)))
@ -94,6 +94,7 @@
(cm/replace-all-matching "REPLACE_JITSI_FQDN" fqdn)
(cm/replace-all-matching "REPLACE_ETHERPAD_URL"
(str "https://etherpad." fqdn "/p/"))
(cm/replace-all-matching "REPLACE_EXCALIDRAW_BACKEND_URL"
(str "https://excalidraw-backend." fqdn)))))

View file

@ -5,6 +5,7 @@ metadata:
app: meapp-fullstack
name: meapp-fullstack
spec:
replicas: 1
strategy:
type: Recreate
selector:
@ -18,6 +19,7 @@ spec:
containers:
- name: meapp-fullstack
image: domaindrivenarchitecture/moderator-election-vaadin_fullstack
imagePullPolicy: IfNotPresent
env:
- name: MEMBERNAMES
value: Micha,Ansgar,Clemens,Mattis,Eric,Mirco
value: "Micha,Ansgar,Clemens,Mattis,Eric,Mirco"

View file

@ -6,8 +6,8 @@ metadata:
name: meapp-fullstack
spec:
ports:
- name: meapp-fullstack
port: 6333
targetPort: 8080
- name: "http"
port: 80
targetPort: 8080
selector:
app: meapp-fullstack