feat: add helm/ansible deployment files for Kubernetes
Some checks failed
Some checks failed
This commit is contained in:
19
helms/roles/smartapp/tasks/main.yml
Normal file
19
helms/roles/smartapp/tasks/main.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
# Role: smartapp
|
||||
# Déploie l'application Smart City
|
||||
|
||||
- name: Déployer Smart App Web
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
template: smartapp-web.yml.j2
|
||||
vars:
|
||||
smartapp_namespace: smartapp
|
||||
smartapp_domain: smartapp.digitribe.fr
|
||||
|
||||
- name: Déployer Smart App API
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
template: smartapp-api.yml.j2
|
||||
vars:
|
||||
smartapp_namespace: smartapp
|
||||
smartapp_domain: api-smartapp.digitribe.fr
|
||||
Reference in New Issue
Block a user