add isito-config
This commit is contained in:
parent
82a1bdcbc6
commit
66b6125e8c
29
infrastructure/istio-config/base/helmrelease.yaml
Normal file
29
infrastructure/istio-config/base/helmrelease.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: istio-config
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
interval: 10m
|
||||||
|
dependsOn:
|
||||||
|
- name: istio-base
|
||||||
|
namespace: istio-system
|
||||||
|
- name: istiod
|
||||||
|
namespace: istio-system
|
||||||
|
- name: ingressgateway
|
||||||
|
namespace: istio-system
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: istio-config-contour
|
||||||
|
version: "0.1.0"
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: yc-oci-charts
|
||||||
|
namespace: flux-system
|
||||||
|
interval: 10m
|
||||||
|
install:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
upgrade:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
4
infrastructure/istio-config/base/kustomization.yaml
Normal file
4
infrastructure/istio-config/base/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- helmrelease.yaml
|
||||||
4
infrastructure/istio-config/kustomization.yaml
Normal file
4
infrastructure/istio-config/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ./base
|
||||||
@ -15,6 +15,7 @@ resources:
|
|||||||
- redis
|
- redis
|
||||||
- s3-proxy
|
- s3-proxy
|
||||||
- istio-base
|
- istio-base
|
||||||
|
- istio-config
|
||||||
- istio-pilot
|
- istio-pilot
|
||||||
- istio-gateway
|
- istio-gateway
|
||||||
- zitadel
|
- zitadel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user