feat: added argocd and arr

This commit is contained in:
Lino Silva
2023-02-13 14:58:21 +00:00
parent 5fab069837
commit fbd6e53083
15 changed files with 17345 additions and 32 deletions
+13
View File
@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: {{ item.name }}
namespace: default
spec:
selector:
app: {{ item.name }}
ports:
- name: http
targetPort: {{ item.port }}
port: {{ item.port }}