09_homelab_apps/homelab-apps/templates/rancher.yaml aktualisiert
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
kind: Application
|
||||
metadata:
|
||||
name: rancher
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
spec:
|
||||
ignoreDifferences:
|
||||
- group: apps
|
||||
kind: Deployment
|
||||
@@ -44,13 +44,13 @@ apiVersion: argoproj.io/v1alpha1
|
||||
# Nutzt Kubernetes Server-Side Apply, was oft Konflikte mit Rancher-Mutationen löst
|
||||
- ServerSideApply=true
|
||||
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: rancher-route
|
||||
namespace: cattle-system
|
||||
spec:
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: shared-gateway # Ihr Envoy Gateway
|
||||
namespace: default
|
||||
|
||||
Reference in New Issue
Block a user