Compare commits
No commits in common. "2f33a4bdb35c4bb0280cd6f08b5c5df19f84374d" and "1e1971317dd21b25c29d907d15eb4a15e0c36de1" have entirely different histories.
2f33a4bdb3
...
1e1971317d
9
clusters/d8-ugmk-prod/infrastructure/kustomization.yaml
Normal file
9
clusters/d8-ugmk-prod/infrastructure/kustomization.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- ../../../infrastructure/kafka/d8-ugmk-prod
|
||||||
|
- ../../../infrastructure/rabbitmq/d8-ugmk-prod
|
||||||
|
- ../../../infrastructure/camunda/d8-ugmk-prod
|
||||||
|
- ../../../infrastructure/vault/d8-ugmk-prod
|
||||||
|
- ../../../infrastructure/postgresql/d8-ugmk-prod
|
||||||
|
- ../../../infrastructure/zitadel/d8-ugmk-prod
|
||||||
@ -3,14 +3,5 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- ./flux-system
|
- ./flux-system
|
||||||
- ./helm-repositories.yaml
|
- ./helm-repositories.yaml
|
||||||
|
- ./infrastructure
|
||||||
# infrastructure
|
|
||||||
- ../../infrastructure/kafka/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/rabbitmq/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/camunda/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/vault/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/postgresql/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/zitadel/d8-ugmk-prod
|
|
||||||
- ../../infrastructure/istio-config/d8-ugmk-prod
|
|
||||||
|
|
||||||
- ./bootstrap-jobs
|
- ./bootstrap-jobs
|
||||||
|
|||||||
@ -1,140 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: istio-config
|
|
||||||
namespace: default
|
|
||||||
spec:
|
|
||||||
dependsOn: []
|
|
||||||
interval: 5m
|
|
||||||
timeout: 10m
|
|
||||||
values:
|
|
||||||
global:
|
|
||||||
env: d8-ugmk-prod
|
|
||||||
environments:
|
|
||||||
d8-ugmk-prod:
|
|
||||||
istio:
|
|
||||||
gateways:
|
|
||||||
camunda:
|
|
||||||
name: camunda-gateway
|
|
||||||
namespace: default
|
|
||||||
selector:
|
|
||||||
istio.deckhouse.io/ingress-gateway-class: istio
|
|
||||||
servers:
|
|
||||||
- hosts:
|
|
||||||
- sarex-camunda-keycloak.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
- hosts:
|
|
||||||
- sarex-camunda-identity.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
- hosts:
|
|
||||||
- sarex-camunda.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
- hosts:
|
|
||||||
- sarex-camunda-tasklist.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
- hosts:
|
|
||||||
- sarex-camunda-optimize.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
rabbitmq:
|
|
||||||
name: rabbitmq-gateway
|
|
||||||
namespace: default
|
|
||||||
selector:
|
|
||||||
istio.deckhouse.io/ingress-gateway-class: istio
|
|
||||||
servers:
|
|
||||||
- hosts:
|
|
||||||
- sarex-rabbitmq.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
zitadel:
|
|
||||||
name: zitadel-gateway
|
|
||||||
namespace: default
|
|
||||||
selector:
|
|
||||||
istio.deckhouse.io/ingress-gateway-class: istio
|
|
||||||
servers:
|
|
||||||
- hosts:
|
|
||||||
- sarex-login.uralmine.com
|
|
||||||
tls:
|
|
||||||
credentialName: istio-ingress-tls
|
|
||||||
virtualServices:
|
|
||||||
camunda-keycloak:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-camunda-keycloak.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/camunda-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: camunda-keycloak.camunda.svc.cluster.local
|
|
||||||
port: 80
|
|
||||||
camunda-identity:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-camunda-identity.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/camunda-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: camunda-identity.camunda.svc.cluster.local
|
|
||||||
port: 80
|
|
||||||
camunda-operate:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-camunda.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/camunda-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: camunda-operate.camunda.svc.cluster.local
|
|
||||||
port: 80
|
|
||||||
camunda-tasklist:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-camunda-tasklist.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/camunda-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: camunda-tasklist.camunda.svc.cluster.local
|
|
||||||
port: 80
|
|
||||||
camunda-optimize:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-camunda-optimize.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/camunda-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: camunda-optimize.camunda.svc.cluster.local
|
|
||||||
port: 80
|
|
||||||
rabbitmq:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-rabbitmq.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/rabbitmq-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: rabbitmq.rabbitmq.svc.cluster.local
|
|
||||||
port: 15672
|
|
||||||
zitadel:
|
|
||||||
namespace: default
|
|
||||||
hosts:
|
|
||||||
- sarex-login.uralmine.com
|
|
||||||
gateways:
|
|
||||||
- default/zitadel-gateway
|
|
||||||
routes:
|
|
||||||
- path:
|
|
||||||
prefix: /
|
|
||||||
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
|
||||||
port: 8080
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- ../base
|
|
||||||
patches:
|
|
||||||
- path: istio-config.yaml
|
|
||||||
Loading…
Reference in New Issue
Block a user