Compare commits
No commits in common. "4cd9a8b4d5901ea1afcfba2c2639fcd0b27529f3" and "6e94f826c3ab8fb516ad2812aae2e7b800265053" have entirely different histories.
4cd9a8b4d5
...
6e94f826c3
@ -5,6 +5,5 @@ resources:
|
|||||||
- ./helm-repositories.yaml
|
- ./helm-repositories.yaml
|
||||||
|
|
||||||
# infrastructure
|
# infrastructure
|
||||||
- ../../infrastructure/cert-manager/yc-ecp
|
|
||||||
- ../../infrastructure/istio-config/yc-ecp
|
- ../../infrastructure/istio-config/yc-ecp
|
||||||
- ../../infrastructure/vault/yc-ecp
|
- ../../infrastructure/vault/yc-ecp
|
||||||
|
|||||||
@ -1,12 +0,0 @@
|
|||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: cert-manager
|
|
||||||
namespace: cert-manager
|
|
||||||
spec:
|
|
||||||
interval: 5m
|
|
||||||
timeout: 10m
|
|
||||||
values:
|
|
||||||
global:
|
|
||||||
imagePullSecrets:
|
|
||||||
- dockerhub
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-issuer
|
|
||||||
$patch: delete
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-issuer-istio
|
|
||||||
$patch: delete
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-prod
|
|
||||||
spec:
|
|
||||||
acme:
|
|
||||||
email: "sarex@sarex.io"
|
|
||||||
privateKeySecretRef:
|
|
||||||
name: letsencrypt-prod
|
|
||||||
server: "https://acme-v02.api.letsencrypt.org/directory"
|
|
||||||
solvers:
|
|
||||||
- http01:
|
|
||||||
ingress:
|
|
||||||
class: istio
|
|
||||||
podTemplate:
|
|
||||||
spec:
|
|
||||||
imagePullSecrets:
|
|
||||||
- name: dockerhub
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- ../base
|
|
||||||
- clusterissuer-letsencrypt-prod.yaml
|
|
||||||
patches:
|
|
||||||
- path: cert-manager.yaml
|
|
||||||
# yc-ecp выпускает сертификаты только через letsencrypt-prod
|
|
||||||
- path: clusterissuer-letsencrypt-delete.yaml
|
|
||||||
- path: clusterissuer-letsencrypt-istio-delete.yaml
|
|
||||||
Loading…
Reference in New Issue
Block a user