Compare commits
No commits in common. "5ca1b527f8a3b3139756455c1d387d792401d117" and "fb8a8364bcc6f97cf3365523fc21f0c77381d0dc" have entirely different histories.
5ca1b527f8
...
fb8a8364bc
File diff suppressed because it is too large
Load Diff
@ -1,15 +0,0 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-production
|
|
||||||
spec:
|
|
||||||
acme:
|
|
||||||
server: https://acme-v02.api.letsencrypt.org/directory
|
|
||||||
email: tanguy.herbron@outlook.com
|
|
||||||
privateKeySecretRef:
|
|
||||||
name: letsencrypt-production
|
|
||||||
solvers:
|
|
||||||
- selector: {}
|
|
||||||
http01:
|
|
||||||
ingress:
|
|
||||||
class: nginx-external
|
|
@ -1,15 +0,0 @@
|
|||||||
apiVersion: cert-manager.io/v1
|
|
||||||
kind: ClusterIssuer
|
|
||||||
metadata:
|
|
||||||
name: letsencrypt-staging
|
|
||||||
spec:
|
|
||||||
acme:
|
|
||||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
||||||
email: tanguy.herbron@outlook.com
|
|
||||||
privateKeySecretRef:
|
|
||||||
name: letsencrypt-staging
|
|
||||||
solvers:
|
|
||||||
- selector: {}
|
|
||||||
http01:
|
|
||||||
ingress:
|
|
||||||
class: nginx-external
|
|
@ -1,7 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.2/cert-manager.yaml
|
|
||||||
- clusterissuer-staging.yaml
|
|
||||||
- clusterissuer-production.yaml
|
|
@ -1,6 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: argocd
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- podmonitor.yaml
|
|
@ -1,13 +0,0 @@
|
|||||||
apiVersion: monitoring.coreos.com/v1
|
|
||||||
kind: PodMonitor
|
|
||||||
metadata:
|
|
||||||
name: cnpg-controller-manager
|
|
||||||
namespace: cnpg-system
|
|
||||||
labels:
|
|
||||||
team: core
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app.kubernetes.io/name: cloudnative-pg
|
|
||||||
podMetricsEndpoints:
|
|
||||||
- port: metrics
|
|
@ -7,6 +7,6 @@ data:
|
|||||||
config: |
|
config: |
|
||||||
ipaddress-pools:
|
ipaddress-pools:
|
||||||
- name: default
|
- name: default
|
||||||
|
protocol: layer2
|
||||||
addresses:
|
addresses:
|
||||||
- 10.20.0.0/24
|
- 10.20.0.1-10.20.0.100
|
||||||
- 51.15.80.73/32
|
|
||||||
|
@ -6,4 +6,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 51.15.80.73/32
|
- 51.15.80.73/32
|
||||||
- 10.10.0.0/24
|
- 192.168.56.0/24
|
||||||
|
@ -4,4 +4,3 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
- ipaddresspool.yaml
|
- ipaddresspool.yaml
|
||||||
- l2advertisement.yaml
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
apiVersion: metallb.io/v1beta1
|
|
||||||
kind: L2Advertisement
|
|
||||||
metadata:
|
|
||||||
namespace: metallb-system
|
|
||||||
name: l2advertisement
|
|
||||||
spec: {}
|
|
||||||
#ipAddressPools:
|
|
||||||
# - default
|
|
@ -2,5 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
- ovh-config.yaml
|
||||||
- flat-sc.yaml
|
- flat-sc.yaml
|
||||||
- redundant-sc.yaml
|
- redundant-sc.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user