Compare commits
3 commits
f494200bca
...
7b5abb610d
Author | SHA1 | Date | |
---|---|---|---|
|
7b5abb610d | ||
|
5197175174 | ||
|
6c36b4368a |
4 changed files with 7 additions and 3 deletions
|
@ -29,7 +29,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
repoURL: https://git.distrilab.fr/C12s/c12s-application-set.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: deploy/{{app}}/{{overlay}}
|
path: deploy/{{app}}/{{overlay}}
|
||||||
destination:
|
destination:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -3,6 +3,7 @@ apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt-staging
|
||||||
|
namespace: infra
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
|
@ -11,7 +12,8 @@ spec:
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-prod
|
||||||
|
namespace: infra
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
# Email address used for ACME registration
|
# Email address used for ACME registration
|
||||||
|
|
|
@ -3,5 +3,6 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: ingress-nginx-controller
|
name: ingress-nginx-controller
|
||||||
|
namespace: ingress-nginx
|
||||||
spec:
|
spec:
|
||||||
loadBalancerIP: 192.168.30.212
|
loadBalancerIP: 192.168.1.31
|
||||||
|
|
Loading…
Reference in a new issue