gateway
This commit is contained in:
parent
f419276139
commit
ce3906f012
@ -35,6 +35,21 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
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:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: istio-system
|
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