gateway
This commit is contained in:
parent
f419276139
commit
ce3906f012
@ -38,3 +38,18 @@ spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: istio-system
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: network_policies
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://gitea.linvogel.ch/linus/gitops.git
|
||||
targetRevision: HEAD
|
||||
path: network_policies
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: istio-system
|
||||
0
apps/network_policies.yaml
Normal file
0
apps/network_policies.yaml
Normal file
0
helm/argocd/templates/gateway.yaml
Normal file
0
helm/argocd/templates/gateway.yaml
Normal file
16
helm/istiod/templates/apps-gateway.yaml
Normal file
16
helm/istiod/templates/apps-gateway.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: networking.istio.io/v1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: apps-gateway
|
||||
namespace: istio-system
|
||||
spec:
|
||||
selector:
|
||||
app: ingressgateway
|
||||
servers:
|
||||
- port:
|
||||
number: 80
|
||||
name: http
|
||||
protocol: HTTP
|
||||
hosts:
|
||||
- "*.apps.linvogel.ch"
|
||||
- "*.apps.linvogel.internal"
|
||||
0
network_policies/default.yaml
Normal file
0
network_policies/default.yaml
Normal file
Loading…
x
Reference in New Issue
Block a user