metarllb and argocd adjustents
This commit is contained in:
parent
7318e50db8
commit
ea0155183a
@ -5,4 +5,4 @@ metadata:
|
||||
spec:
|
||||
addresses:
|
||||
- 192.168.178.101-192.168.178.105
|
||||
- 82.165.0.71/32
|
||||
- 82.165.0.71/
|
||||
|
@ -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
|
@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: argocd-server
|
||||
namespace: argocd
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.178.103
|
@ -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
|
||||
|
@ -5,7 +5,6 @@ kind: Kustomization
|
||||
components:
|
||||
- crds
|
||||
|
||||
|
||||
resources:
|
||||
# Deployment
|
||||
- deployment-traefik.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user