metarllb and argocd adjustents

This commit is contained in:
2024-04-01 11:01:17 +02:00
parent 7318e50db8
commit ea0155183a
5 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argocd
spec:
destination:
name: in-cluster
namespace: traefik
project: default
source:
path: infrastructure/03-traefik
repoURL: https://github.com/illiumst/kubedeploy.git
targetRevision: HEAD
syncPolicy:
syncOptions:
- CreateNamespace=true

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: argocd-server
namespace: argocd
spec:
type: LoadBalancer
loadBalancerIP: 192.168.178.103

View File

@@ -8,12 +8,12 @@ resources:
# Applications
- applications/projects-website.yaml
# Base functionality
- argocd-server-service.yaml
- base/argo-cd-k-with-helm.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
- base/argo-cd-namespace.yaml
patches:
- path: patches/argocd-server-service.yaml
- path: patches/argocd-cm-patch.yaml
- path: patches/argocd-cmd-params-cm.yaml
- path: patches/nodeselector.yaml