Fix kustomization: remove shelfmark/docuseal, recreate affine gateway files

This commit is contained in:
2026-06-02 19:32:03 +02:00
parent 92c8ab9cc9
commit bacc31dcdb
15 changed files with 372 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: affine-valkey
namespace: affine
spec:
selector:
app: affine-valkey
type: ClusterIP
ports:
- name: valkey
protocol: TCP
port: 6379
targetPort: 6379