Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k8s-argocd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s-let
k8s-argocd
Commits
c154fcfe
Commit
c154fcfe
authored
Nov 04, 2020
by
Bengt Giger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved some definitions from tst to base directory
parent
f6b95ded
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
50 additions
and
87 deletions
+50
-87
base/README.md
base/README.md
+10
-0
base/argocd-projects.yml
base/argocd-projects.yml
+20
-0
base/argocd-server-service.yml
base/argocd-server-service.yml
+0
-8
base/kustomization.yml
base/kustomization.yml
+4
-3
tst/README.md
tst/README.md
+14
-0
tst/apps-project.yml
tst/apps-project.yml
+0
-19
tst/argocd-containers-generic.yml
tst/argocd-containers-generic.yml
+0
-3
tst/argocd-containers-init.yml
tst/argocd-containers-init.yml
+0
-3
tst/kustomization.yml
tst/kustomization.yml
+2
-51
No files found.
base/README.md
0 → 100644
View file @
c154fcfe
Base ArgoCD Configuration
=========================
Deployment of ArgoCD, common to all clusters:
-
Upstream ArgoCD definitions
-
set pull policy to IfNotPresent
-
namespace
-
basic ArgoCD projects
tst/infrastructure-project
.yml
→
base/argocd-projects
.yml
View file @
c154fcfe
...
...
@@ -9,6 +9,26 @@ spec:
sourceRepos
:
-
'
*'
destinations
:
-
namespace
:
'
*'
server
:
'
*'
clusterResourceWhitelist
:
[]
namespaceResourceBlacklist
:
-
group
:
"
rbac.authorization.k8s.io/v1"
kind
:
'
Role*'
---
apiVersion
:
argoproj.io/v1alpha1
kind
:
AppProject
metadata
:
name
:
apps
namespace
:
argocd
spec
:
description
:
Apps project with restrictions
sourceRepos
:
-
'
*'
destinations
:
-
namespace
:
'
*'
server
:
'
*'
...
...
base/argocd-server-service.yml
deleted
100644 → 0
View file @
f6b95ded
-
op
:
add
path
:
/spec/ports/1/nodePort
value
:
30000
-
op
:
replace
path
:
/spec/type
value
:
NodePort
base/kustomization.yml
View file @
c154fcfe
bases
:
-
github.com/argoproj/argo-cd/manifests/cluster-install?ref=v1.7.7
resources
:
# Base configuration from upstream
-
github.com/argoproj/argo-cd/manifests/cluster-install?ref=v1.7.8
-
argocd-ns.yml
# Create projects in ArgoCD
-
argocd-projects.yml
patchesJson6902
:
-
target
:
...
...
tst/README.md
0 → 100644
View file @
c154fcfe
Configuration of Test Cluster Instance
======================================
Test cluster specific configuration for
-
role based access
-
ArgoCD service node ports
-
ingress
and ArgoCD apps which read ArgoCD definitions in git repositories for
-
system components
-
training apps
-
Jupyter Hub
tst/apps-project.yml
deleted
100644 → 0
View file @
f6b95ded
apiVersion
:
argoproj.io/v1alpha1
kind
:
AppProject
metadata
:
name
:
apps
namespace
:
argocd
spec
:
description
:
Apps project with restrictions
sourceRepos
:
-
'
*'
destinations
:
-
namespace
:
'
*'
server
:
'
*'
clusterResourceWhitelist
:
[]
namespaceResourceBlacklist
:
-
group
:
"
rbac.authorization.k8s.io/v1"
kind
:
'
Role*'
tst/argocd-containers-generic.yml
deleted
100644 → 0
View file @
f6b95ded
-
op
:
add
path
:
/spec/template/spec/containers/0/imagePullPolicy
value
:
IfNotPresent
tst/argocd-containers-init.yml
deleted
100644 → 0
View file @
f6b95ded
-
op
:
add
path
:
/spec/template/spec/initContainers/0/imagePullPolicy
value
:
IfNotPresent
tst/kustomization.yml
View file @
c154fcfe
namespace
:
argocd
resources
:
# Base configuration
from upstream
-
github.com/argoproj/argo-cd/manifests/cluster-install?ref=v1.7.8
# Base configuration
-
../base
# Configure ArgoCD itself
-
./self.yml
# Create projects in ArgoCD
-
./infrastructure-project.yml
-
./apps-project.yml
# Include app specific repos as "apps of apps"
-
./cluster-tst-system.yml
-
./cluster-tst-training.yml
...
...
@@ -15,48 +12,6 @@ resources:
# Will work only after system setup has been completed and metallb running
-
./argocd-ingress.yml
patchesJson6902
:
-
target
:
version
:
v1
kind
:
Service
name
:
argocd-server
path
:
argocd-server-service.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-application-controller
path
:
argocd-containers-generic.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-dex-server
path
:
argocd-containers-generic.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-dex-server
path
:
argocd-containers-init.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-redis
path
:
argocd-containers-generic.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-repo-server
path
:
argocd-containers-generic.yml
-
target
:
group
:
apps
version
:
v1
kind
:
Deployment
name
:
argocd-server
path
:
argocd-containers-generic.yml
patchesStrategicMerge
:
-
./argocd-rbac-cm.yml
...
...
@@ -64,7 +19,3 @@ patchesStrategicMerge:
# Causes issues with argocd commandline tool
# - ./argocd-redirect-patch.yml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment