Fix lint errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
1e83f14bbe
commit
1891a63281
4 changed files with 118 additions and 118 deletions
|
|
@ -16,7 +16,7 @@ Déploie l'usine logiciel dans Kubernetes.
|
|||
|
||||
- un registre docker (plus tard) [registry docker](https://github.com/cesanta/docker_auth/tree/main/chart/docker-auth)
|
||||
|
||||
- un registre de chart helm: [chartmuseum](https://artifacthub.io/packages/helm/chartmuseum/chartmuseum) (Manque l'authentification sur l'API) voir [artifacthub](https://github.com/artifacthub/hub)
|
||||
- un registre de chart kubernetes.core.helm://github.com/artifacthub/hub)
|
||||
|
||||
- un scanner de vulnérabilité (plus tard aussi) [clair](https://github.com/quay/clair) avec [klar](https://github.com/optiopay/klar)
|
||||
- [How To: Build Your Own Clair and Docker Registry Environment!](https://www.x-cellent.com/blog/build-your-own-clair-registry/)
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
my_context: minikube
|
||||
#traefik_version: "2.1"
|
||||
#traefik_namespace: traefik
|
||||
# traefik_version: "2.1"
|
||||
# traefik_namespace: traefik
|
||||
gitea_namespace: gitea
|
||||
#gitea_storage_classname:
|
||||
#gitea_certificate: certificate_secret_name
|
||||
# gitea_storage_classname:
|
||||
# gitea_certificate: certificate_secret_name
|
||||
|
||||
drone_namespace: "drone"
|
||||
#drone_version: "2"
|
||||
# drone_version: "2"
|
||||
drone_runner_namespace: "drone-runner"
|
||||
#drone_certificate: certificate_secret_name
|
||||
#drone_storage_classname:
|
||||
# drone_certificate: certificate_secret_name
|
||||
# drone_storage_classname:
|
||||
trivy_namespace: trivy
|
||||
trivy_version: 0.30.2
|
||||
#trivy_storage_classname:
|
||||
# trivy_storage_classname:
|
||||
chartmuseum_namespace: chartmuseum
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Gitea setup
|
||||
block:
|
||||
- name: Install Gitea dynamic files
|
||||
k8s:
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
merge_type: merge
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
- gitea-IngressRoute.yml.j2
|
||||
# - gitea-IngressRouteTCP.yml.j2
|
||||
# - name: Install Gitea static files
|
||||
# k8s:
|
||||
# kubernetes.core.k8s:
|
||||
# state: present
|
||||
# context: "{{ my_context }}"
|
||||
# merge_type: merge
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
name: drone
|
||||
chart_ref: drone/drone
|
||||
release_namespace: "{{ drone_namespace }}"
|
||||
create_namespace: yes
|
||||
create_namespace: true
|
||||
values: "{{ lookup('template', 'drone-helm-value.yaml.j2') | from_yaml }}"
|
||||
tags:
|
||||
- drone-server
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
name: drone
|
||||
chart_ref: drone/drone-runner-kube
|
||||
release_namespace: "{{ drone_runner_namespace }}"
|
||||
create_namespace: yes
|
||||
create_namespace: true
|
||||
values: "{{ lookup('template', 'drone-runner-helm-value.yaml.j2') | from_yaml }}"
|
||||
tags:
|
||||
- drone-runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue