Skip to content

Commit

Permalink
BC-5705 - Remove fwu ingress (#4515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Nov 2, 2023
1 parent c4b1288 commit 46788a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 44 deletions.
8 changes: 5 additions & 3 deletions ansible/roles/schulcloud-server-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@
template: api-fwu-deployment.yml.j2
when: FEATURE_FWU_CONTENT_ENABLED is defined and FEATURE_FWU_CONTENT_ENABLED|bool

- name: Fwu Learning Contents Ingress
- name: Fwu Learning Contents Ingress Remove
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: api-fwu-ingress.yml.j2
apply: yes
state: absent
api_version: networking.k8s.io/v1
kind: Ingress
name: "{{ NAMESPACE }}-api-fwu-ingress"
when: FEATURE_FWU_CONTENT_ENABLED is defined and FEATURE_FWU_CONTENT_ENABLED|bool

- name: Delete Files CronJob
Expand Down

This file was deleted.

0 comments on commit 46788a4

Please sign in to comment.