Skip to content

Commit

Permalink
Merge branch 'main' into EW-359
Browse files Browse the repository at this point in the history
  • Loading branch information
Fshmit committed Nov 28, 2023
2 parents 599ccf5 + e07f6ac commit 2171a8b
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 167 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/schulcloud-server-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,19 @@
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: tldraw-deployment.yml.j2
when: WITH_TLDRAW is defined and WITH_TLDRAW|bool

- name: TlDraw server service
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: tldraw-server-svc.yml.j2
when: WITH_TLDRAW is defined and WITH_TLDRAW|bool

- name: Tldraw ingress
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: tldraw-ingress.yml.j2
apply: yes
when: WITH_TLDRAW is defined and WITH_TLDRAW|bool
Loading

0 comments on commit 2171a8b

Please sign in to comment.