Track envoy-gateway-config app; move affine to deprecated in README
This commit is contained in:
@@ -81,7 +81,6 @@ The repository is split into three top-level areas. Within each, there is one di
|
|||||||
- **Stable Diffusion**: Image generation service
|
- **Stable Diffusion**: Image generation service
|
||||||
|
|
||||||
### Self-Hosted Tools
|
### Self-Hosted Tools
|
||||||
- **AFFiNE**: Collaborative workspace and note-taking platform
|
|
||||||
- **Harbor**: Container image registry
|
- **Harbor**: Container image registry
|
||||||
- **Pelican**: Game server management panel
|
- **Pelican**: Game server management panel
|
||||||
|
|
||||||
@@ -120,6 +119,7 @@ The repository is split into three top-level areas. Within each, there is one di
|
|||||||
- **Nginx Ingress Controller**: Replaced by Envoy Gateway; dropped after upstream support ended in March 2025
|
- **Nginx Ingress Controller**: Replaced by Envoy Gateway; dropped after upstream support ended in March 2025
|
||||||
- **Psono**: Self-hosted password manager; replaced by Passbolt
|
- **Psono**: Self-hosted password manager; replaced by Passbolt
|
||||||
- **Vaultwarden**: Self-hosted Bitwarden server; no longer in use
|
- **Vaultwarden**: Self-hosted Bitwarden server; no longer in use
|
||||||
|
- **AFFiNE**: Collaborative workspace and note-taking platform; no longer in use
|
||||||
|
|
||||||
## Infrastructure
|
## Infrastructure
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: envoy-gateway-config
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
|
||||||
|
path: infra/envoy-gateway
|
||||||
|
targetRevision: main
|
||||||
|
directory:
|
||||||
|
recurse: true
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: envoy-gateway
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
- PruneLast=true
|
||||||
Reference in New Issue
Block a user