Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
ci: Remove infrastructure-level items from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jftanner committed Dec 28, 2019
1 parent 00d82b6 commit d2c8dec
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Manifest for deploying to Kubernetes
apiVersion: v1
kind: Namespace
metadata:
name: maelstrom
---
apiVersion: v1
kind: Service
metadata:
name: maelstrom
Expand Down Expand Up @@ -37,25 +32,3 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 3000

---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: maelstrom-ingress
namespace: maelstrom
annotations:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
spec:
tls:
- hosts:
- maelstrom.tanndev.com
secretName: maelstrom-tls
rules:
- host: maelstrom.tanndev.com
http:
paths:
- backend:
serviceName: maelstrom
servicePort: 80

0 comments on commit d2c8dec

Please sign in to comment.