|
@@ -13,7 +13,7 @@ controller:
|
|
|
externalIPs:
|
|
|
- 35.184.127.55 # ggl.dodges.it
|
|
|
- 5.196.26.88 # ovh.dodges.it
|
|
|
- - 81.6.34.119 # init7 home
|
|
|
+ - 81.6.34.64 # init7 home
|
|
|
- 2001:41d0:401:3200::1d20
|
|
|
#ipFamilies:
|
|
|
#- IPv4
|
|
@@ -27,6 +27,13 @@ controller:
|
|
|
- protocol: TCP
|
|
|
port: 5432
|
|
|
name: postgres
|
|
|
+ # Standard Notes
|
|
|
+ - protocol: TCP
|
|
|
+ port: 3000
|
|
|
+ name: standardnotes-sync
|
|
|
+ - protocol: TCP
|
|
|
+ port: 3125
|
|
|
+ name: standardnotes-fs
|
|
|
enableCertManager: true
|
|
|
enableSnippets: true
|
|
|
enableLatencyMetrics: true
|
|
@@ -42,7 +49,12 @@ controller:
|
|
|
- name: postgres-tcp
|
|
|
port: 5432
|
|
|
protocol: TCP
|
|
|
-
|
|
|
+ - name: standardnotes-sync-tcp
|
|
|
+ port: 3000
|
|
|
+ protocol: TCP
|
|
|
+ - name: standardnotes-fs-tcp
|
|
|
+ port: 3125
|
|
|
+ protocol: TCP
|
|
|
tolerations:
|
|
|
- key: "isNginx"
|
|
|
operator: "Exists"
|