Compare commits
3 Commits
fb8a8364bc
...
5ca1b527f8
Author | SHA1 | Date | |
---|---|---|---|
5ca1b527f8 | |||
fb4700540d | |||
7f5953dda9 |
13263
cert-manager/cert-manager.yaml
Normal file
13263
cert-manager/cert-manager.yaml
Normal file
File diff suppressed because it is too large
Load Diff
15
cert-manager/clusterissuer-production.yaml
Normal file
15
cert-manager/clusterissuer-production.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
15
cert-manager/clusterissuer-staging.yaml
Normal file
15
cert-manager/clusterissuer-staging.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
7
cert-manager/kustomization.yaml
Normal file
7
cert-manager/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
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
|
6
cloudnativepg/kustomization.yaml
Normal file
6
cloudnativepg/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: argocd
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- podmonitor.yaml
|
13
cloudnativepg/podmonitor.yaml
Normal file
13
cloudnativepg/podmonitor.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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.1-10.20.0.100
|
- 10.20.0.0/24
|
||||||
|
- 51.15.80.73/32
|
||||||
|
@ -6,4 +6,4 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
addresses:
|
addresses:
|
||||||
- 51.15.80.73/32
|
- 51.15.80.73/32
|
||||||
- 192.168.56.0/24
|
- 10.10.0.0/24
|
||||||
|
@ -4,3 +4,4 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
- ipaddresspool.yaml
|
- ipaddresspool.yaml
|
||||||
|
- l2advertisement.yaml
|
||||||
|
8
metallb/l2advertisement.yaml
Normal file
8
metallb/l2advertisement.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: metallb.io/v1beta1
|
||||||
|
kind: L2Advertisement
|
||||||
|
metadata:
|
||||||
|
namespace: metallb-system
|
||||||
|
name: l2advertisement
|
||||||
|
spec: {}
|
||||||
|
#ipAddressPools:
|
||||||
|
# - default
|
@ -2,6 +2,5 @@ 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