Skip to content

Commit

Permalink
dns
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Sep 22, 2023
1 parent 1479932 commit e2a4d23
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aws/dome/orion-ld/templates/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: dome-orion-ld
spec:
secretName: orion-ld-tls-sec
issuerRef:
kind: ClusterIssuer
name: letsencrypt-aws-prod
commonName: orion.dome.fiware.dev
dnsNames:
- orion.dome.fiware.dev
14 changes: 14 additions & 0 deletions aws/dome/orion-ld/templates/route.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: orion-ld-route
annotations:
cert-utils-operator.redhat-cop.io/certs-from-secret: orion-ld-tls-sec
spec:
host: orion.dome.fiware.dev
to:
kind: Service
name: dome-orion-ld
tls:
insecureEdgeTerminationPolicy: Redirect
termination: edge

0 comments on commit e2a4d23

Please sign in to comment.