feat: add helm/ansible deployment files for Kubernetes
Some checks failed
Some checks failed
This commit is contained in:
27
helms/roles/phpipam/tasks/main.yml
Normal file
27
helms/roles/phpipam/tasks/main.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# Role: phpipam
|
||||
# Déploie phpIPAM
|
||||
|
||||
- name: Installer phpIPAM
|
||||
kubernetes.core.helm:
|
||||
name: phpipam
|
||||
chart_ref: "{{ helm_charts.phpipam.chart }}"
|
||||
release_namespace: phpipam
|
||||
create_namespace: true
|
||||
values:
|
||||
phpipam:
|
||||
adminPassword: "{{ vault_phpipam_admin_password }}"
|
||||
persistence:
|
||||
size: 5Gi
|
||||
resources: "{{ services.phpipam.resources }}"
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: phpipam.digitribe.fr
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: phpipam-tls
|
||||
hosts:
|
||||
- phpipam.digitribe.fr
|
||||
Reference in New Issue
Block a user