Revert "Add snappy, remove sogo"

This reverts commit ff3d690dcf.
This commit is contained in:
Ruben Hensen
2026-01-26 02:11:42 +01:00
parent ff3d690dcf
commit 392aed9a65
11 changed files with 250 additions and 104 deletions
+26
View File
@@ -0,0 +1,26 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sogo
namespace: sogo
annotations:
cert-manager.io/cluster-issuer: prod-cluster-issuer
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
spec:
ingressClassName: nginx
tls:
- hosts:
- post.hensen.io
secretName: sogo-tls
rules:
- host: post.hensen.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: sogo
port:
number: 80