mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
fixes
This commit is contained in:
@@ -12,6 +12,6 @@ spec:
|
||||
path: apps/kelp
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated: { prune: true, selfHeal: true }
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: blahaj-gw
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
gatewayClassName: istio
|
||||
listeners:
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: blahaj-routes
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
parentRefs: [{ name: blahaj-gw }]
|
||||
rules:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: demo
|
||||
name: argocd
|
||||
labels:
|
||||
istio.io/dataplane-mode: ambient
|
||||
|
||||
Reference in New Issue
Block a user