Added ModeratorElection App
This commit is contained in:
parent
5dc575edaf
commit
665b295068
3 changed files with 8 additions and 5 deletions
|
@ -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)))))
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue