ppusher v2

This commit is contained in:
2026-05-20 18:49:58 +02:00
parent fd0d3c0f6b
commit 708edd0fab
15 changed files with 179 additions and 153 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: passwordpusher
namespace: passwordpusher
labels:
app.kubernetes.io/name: passwordpusher
app.kubernetes.io/instance: passwordpusher
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "PasswordPusher"
gethomepage.dev/description: "Share passwords securely with expiring links"
gethomepage.dev/group: "Security"
gethomepage.dev/icon: "passwordpusher"
gethomepage.dev/href: "https://pwpush.forteapps.net"
spec:
ingressClassName: traefik
tls:
- secretName: passwordpusher-tls
hosts:
- pwpush.forteapps.net
rules:
- host: pwpush.forteapps.net
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: passwordpusher
port:
name: http