chore(argo): add ingress

This commit is contained in:
David Landry 2024-03-01 23:46:59 -05:00
parent c624697879
commit 09fbc7e597
3 changed files with 70 additions and 13 deletions

View file

@ -1,17 +1,21 @@
apiVersion: kustomize.config.k8s.io/v1beta1
configMapGenerator:
- behavior: merge
literals:
- |
repository.credentials=- passwordSecret:
key: git_token
name: autopilot-secret
url: https://git.nc.landry.land/
usernameSecret:
key: git_username
name: autopilot-secret
name: argocd-cm
kind: Kustomization
namespace: argocd
configMapGenerator:
- name: argocd-cm
behavior: merge
literals:
- url=https://argocd.int.nc.landry.land
- |
repository.credentials=- passwordSecret:
key: git_token
name: autopilot-secret
url: https://git.nc.landry.land/
usernameSecret:
key: git_username
name: autopilot-secret
resources:
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
- ./ingress.yaml
- ./argogrpc.service.yaml