Skip to content

Commit

Permalink
Update deploy.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyam1814 authored Aug 20, 2024
1 parent b55e3fc commit 8fb700a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion tmpl/deploy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: app-gateway
namespace: default
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
Expand All @@ -97,7 +98,24 @@ spec:
mode: Terminate
certificateRefs:
- name: app-kubesimplify-com-tls
kind: Secret
kind: Secret
group: ""
- name: argo-http
port: 80
protocol: HTTP
hostname: "argo.kubesimplify.com"
- name: argo-https
hostname: "argo.kubesimplify.com"
port: 443
protocol: HTTPS
allowedRoutes:
namespaces:
from: All
tls:
mode: Terminate
certificateRefs:
- name: argo-kubesimplify-com-tls
kind: Secret
group: ""

---
Expand Down

0 comments on commit 8fb700a

Please sign in to comment.