Adds taiga app.

This commit is contained in:
2026-06-19 21:33:26 +00:00
parent 1d57e26dae
commit a2852dab0a
22 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: taiga-protected
namespace: {{ .namespace }}
spec:
selector:
component: protected
ports:
- name: http
port: 8003
targetPort: 8003