still fixing stuff
This commit is contained in:
parent
5d965dbc9a
commit
5e2551d268
@ -1,11 +1,11 @@
|
|||||||
apiVersion: networking.istio.io/v1
|
apiVersion: networking.istio.io/v1
|
||||||
kind: Gateway
|
kind: Gateway
|
||||||
metadata:
|
metadata:
|
||||||
name: my-gateway
|
name: ingress-gateway
|
||||||
namespace: some-config-namespace
|
namespace: istio-ingress
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: my-gateway-controller
|
app: istio-ingress
|
||||||
servers:
|
servers:
|
||||||
- port:
|
- port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|||||||
4
helm/istio/templates/namespace.yaml
Normal file
4
helm/istio/templates/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: istio-ingress
|
||||||
Loading…
x
Reference in New Issue
Block a user