added cert manager configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# not in use. remove and add to kb
|
# not in use. remove and add to kb
|
||||||
# ingress exposing and endpoint to an docker running on another server without kubernets
|
# ingress exposing and endpoint to an docker running on another server without kubernets
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ ingress:
|
|||||||
className: traefik
|
className: traefik
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: traefik
|
kubernetes.io/ingress.class: traefik
|
||||||
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
hosts:
|
hosts:
|
||||||
- host: cloud.limbosolutions.com
|
- host: cloud.limbosolutions.com
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user