mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 01:19:44 +00:00
telepresence
This commit is contained in:
parent
e213e86717
commit
81bcb8743d
2 changed files with 25 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ data:
|
|||
application.instanceLabelKey: argocd.argoproj.io/instance
|
||||
url: https://argocd.ioot.xyz
|
||||
statusbadge.enabled: 'true'
|
||||
resource.compareoptions: |
|
||||
# disables status field diffing in specified resource types
|
||||
ignoreAggregatedRoles: true
|
||||
dex.config: |
|
||||
connectors:
|
||||
- type: github
|
||||
|
|
|
|||
22
main/apps/telepresence.yaml
Normal file
22
main/apps/telepresence.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: telepresence
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: ambassador
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
source:
|
||||
chart: telepresence
|
||||
repoURL: https://app.getambassador.io
|
||||
targetRevision: "2.11.1"
|
||||
helm:
|
||||
releaseName: traffic-manager
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Loading…
Reference in a new issue