summaryrefslogtreecommitdiff
path: root/data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-05 22:48:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-05 23:01:22 +0200
commit18316dfaa6e176d55103785e5018df468675f49d (patch)
tree908488c6215b28445716b8d02d279ae235f69493 /data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml
parentefcc08a470f4e531dba2727eeef6c7bbfce43955 (diff)
Remove old k3s manifests
Diffstat (limited to 'data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml')
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml b/data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml
deleted file mode 100644
index 64b47c8..0000000
--- a/data.d/k3s-master/manifests.d/tyilnet/chat-system/prosody/ingress.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-apiVersion: networking.k8s.io/v1
-kind: Ingress
-metadata:
- name: prosody
- namespace: chat-system
- labels:
- app.kubernetes.io/created-by: tyil
- app.kubernetes.io/managed-by: manual
- app.kubernetes.io/name: prosody
- app.kubernetes.io/part-of: chat-system
- annotations:
- cert-manager.io/cluster-issuer: "letsencrypt-production"
-spec:
- ingressClassName: traefik
- tls:
- - hosts:
- - chat.tyil.nl
- - muc.chat.tyil.nl
- - share.chat.tyil.nl
- secretName: tls-nl.tyil.chat
- rules:
- - host: chat.tyil.nl
- http:
- paths:
- - path: /
- pathType: Prefix
- backend:
- service:
- name: prosody
- port:
- number: 80
-...