still fixing stuff
This commit is contained in:
parent
5d965dbc9a
commit
5e2551d268
@ -1,11 +1,11 @@
|
||||
apiVersion: networking.istio.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: my-gateway
|
||||
namespace: some-config-namespace
|
||||
name: ingress-gateway
|
||||
namespace: istio-ingress
|
||||
spec:
|
||||
selector:
|
||||
app: my-gateway-controller
|
||||
app: istio-ingress
|
||||
servers:
|
||||
- port:
|
||||
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