Compare commits

...

3 commits

Author SHA1 Message Date
douzeb 7b5abb610d Fix c12s kustomization 2022-12-21 19:58:37 +01:00
douzeb 5197175174 Change ingress-nginx load balanced IP address to be on the public LAN 2022-12-21 19:57:32 +01:00
douzeb 6c36b4368a Update git repo URL 2022-12-21 19:56:43 +01:00
4 changed files with 7 additions and 3 deletions

View file

@ -29,7 +29,7 @@ spec:
spec:
project: default
source:
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
repoURL: https://git.distrilab.fr/C12s/c12s-application-set.git
targetRevision: HEAD
path: deploy/{{app}}/{{overlay}}
destination:

View file

@ -1,3 +1,4 @@
---
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:

View file

@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-staging
namespace: infra
spec:
acme:
# Email address used for ACME registration
@ -11,7 +12,8 @@ spec:
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-production
name: letsencrypt-prod
namespace: infra
spec:
acme:
# Email address used for ACME registration

View file

@ -3,5 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller
namespace: ingress-nginx
spec:
loadBalancerIP: 192.168.30.212
loadBalancerIP: 192.168.1.31