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