initial migration
This commit is contained in:
26
unused/rocketchat.ingress.yaml
Normal file
26
unused/rocketchat.ingress.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
kind: Ingress
|
||||
apiVersion: networking.k8s.io/v1
|
||||
metadata:
|
||||
namespace: rocketchat
|
||||
name: rocketchat-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: cloudflare-letsencrypt-prod
|
||||
|
||||
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- chat.kluster.moll.re
|
||||
secretName: cloudflare-letsencrypt-issuer-account-key
|
||||
rules:
|
||||
- host: chat.kluster.moll.re
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: rocketchat-rocketchat
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
Reference in New Issue
Block a user