1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 08:18:44 +00:00

Updated kubernetes manifests

This commit is contained in:
2019-11-20 08:42:24 -05:00
parent 5ef0d20b2f
commit 010798c8a8
8 changed files with 156 additions and 71 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: wrestlingdev-app-ingress-external
annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
certmanager.k8s.io/acme-challenge-type: http01
spec:
rules:
- host: wrestlingdev.com
http:
paths:
- path: /
backend:
serviceName: wrestlingdev-app
servicePort: 80
tls:
- hosts:
- wrestlingdev.com
secretName: letsencrypt-prod