metarllb and argocd adjustents
This commit is contained in:
parent
7318e50db8
commit
ea0155183a
@ -5,4 +5,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 192.168.178.101-192.168.178.105
|
- 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
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
loadBalancerIP: 192.168.178.103
|
loadBalancerIP: 192.168.178.103
|
@ -8,12 +8,12 @@ resources:
|
|||||||
# Applications
|
# Applications
|
||||||
- applications/projects-website.yaml
|
- applications/projects-website.yaml
|
||||||
# Base functionality
|
# Base functionality
|
||||||
|
- argocd-server-service.yaml
|
||||||
- base/argo-cd-k-with-helm.yaml
|
- base/argo-cd-k-with-helm.yaml
|
||||||
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||||
- base/argo-cd-namespace.yaml
|
- base/argo-cd-namespace.yaml
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- path: patches/argocd-server-service.yaml
|
|
||||||
- path: patches/argocd-cm-patch.yaml
|
- path: patches/argocd-cm-patch.yaml
|
||||||
- path: patches/argocd-cmd-params-cm.yaml
|
- path: patches/argocd-cmd-params-cm.yaml
|
||||||
- path: patches/nodeselector.yaml
|
- path: patches/nodeselector.yaml
|
||||||
|
@ -5,7 +5,6 @@ kind: Kustomization
|
|||||||
components:
|
components:
|
||||||
- crds
|
- crds
|
||||||
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
# Deployment
|
# Deployment
|
||||||
- deployment-traefik.yaml
|
- deployment-traefik.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user