Add snappy, remove sogo

This commit is contained in:
Ruben Hensen
2026-01-26 02:07:14 +01:00
parent 911ec86bba
commit ff3d690dcf
11 changed files with 104 additions and 250 deletions
-26
View File
@@ -1,26 +0,0 @@
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