Add dedicated Cloudflare Tunnel for portfolio

This commit is contained in:
2026-07-16 06:08:54 +00:00
parent 4b8aeb524e
commit 08c458a078
12 changed files with 447 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: portfolio-edge
namespace: portfolio-edge
labels:
app.kubernetes.io/name: cloudflared
app.kubernetes.io/instance: portfolio-edge
app.kubernetes.io/component: edge
app.kubernetes.io/part-of: portfolio-platform
automountServiceAccountToken: false