namespace
This commit is contained in:
parent
0914c4b5ec
commit
283108bc0c
@ -3,6 +3,11 @@ kind: Namespace
|
|||||||
metadata:
|
metadata:
|
||||||
name: istio-system
|
name: istio-system
|
||||||
---
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: istio-ingress
|
||||||
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@ -2,7 +2,7 @@ apiVersion: networking.istio.io/v1
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
metadata:
|
metadata:
|
||||||
name: apps-gateway
|
name: apps-gateway
|
||||||
namespace: istio-system
|
namespace: istio-ingress
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: ingressgateway
|
app: ingressgateway
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user