Jelajahi Sumber

Add radicle seed tcp

Victor Lavaud 2 bulan lalu
induk
melakukan
2320b47548
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      ingress/values.yaml

+ 6 - 0
ingress/values.yaml

@@ -33,6 +33,9 @@ controller:
       - protocol: TCP
         port: 3125
         name: standardnotes-fs
+      - protocol: TCP
+        port: 8776
+        name: radicle-seed-tcp
   enableCertManager: true
   enableSnippets: true
   enableLatencyMetrics: true
@@ -54,6 +57,9 @@ controller:
       - name: standardnotes-fs-tcp
         port: 3125
         protocol: TCP
+      - name: radicle-seed-tcp
+        port: 8776
+        protocol: TCP
   tolerations:
     - key: "isNginx"
       operator: "Exists"