Add CI/CD

This commit is contained in:
2022-02-07 11:52:10 +00:00
parent 8856f15f68
commit 130182c156
14 changed files with 339 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt-cluster-issuer
spec:
rules:
- http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: service
port:
number: 80