feat: add petimeter chart and manifests

This commit is contained in:
2024-02-02 12:11:49 +01:00
parent baf08f98db
commit 5381d9f75e
26 changed files with 980 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: petimeter
namespace: argocd
spec:
generators:
- list:
elements:
- cluster: https://kubernetes.default.svc
env: prod
hostname: petimeter.srv.oceanbox.io
- cluster: https://kubernetes.default.svc
env: staging
hostname: petimeter.beta.oceanbox.io
template:
metadata:
name: '{{ env }}-petimeter'
spec:
project: atlantis
destination:
namespace: atlantis
server: '{{ cluster }}'
sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD
path: petimeter
plugin:
name: kustomize-helm-with-rewrite
parameters:
- name: env
string: '{{ env }}'
- name: hostname
string: '{{ hostname }}'
- repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD
path: petimeter/manifests