Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Create update-ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulBernal authored Dec 19, 2024
1 parent 69c9ede commit 9bc7f0f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions terraform/update-ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: webwallet-ingress
annotations:
networking.gke.io/managed-certificates: "gke-wallet-cert"
kubernetes.io/ingress.class: "gce"
spec:
rules:
- host: gke-wallet.bitcanna.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: webwallet-vite-app-loadbalancer
port:
number: 443

0 comments on commit 9bc7f0f

Please sign in to comment.