Skip to content

Commit

Permalink
Deployment: setup SSL certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Feb 14, 2024
1 parent f024ba6 commit 7c08356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: networking.gke.io/v1
kind: ManagedCertificate
metadata:
name: managed-cert
spec:
domains:
- tla-sample-dev.contextmapper.org
- tla-sample-test.contextmapper.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@ kind: Ingress
metadata:
name: tla-sample-backend-ingress
annotations:
kubernetes.io/ingress.global-static-ip-name: tla-sample-backend-ip
kubernetes.io/ingress.global-static-ip-name: tla-sample-dev-ip
networking.gke.io/managed-certificates: managed-cert
ingressClassName: "gce"
spec:
defaultBackend:
service:
name: tla-sample-backend
port:
number: 8080
rules:
- host: tla-sample-app.contextmapper.org
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: tla-sample-backend
port:
number: 8080

0 comments on commit 7c08356

Please sign in to comment.