Commit a55aa82b authored by George Papathanail's avatar George Papathanail
Browse files

add nats in the helm deployment

parent 5afa0f59
Loading
Loading
Loading
Loading

.idea/workspace.xml

0 → 100644
+78 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="AutoImportSettings">
    <option name="autoReloadType" value="SELECTIVE" />
  </component>
  <component name="ChangeListManager">
    <list default="true" id="a1940dba-3451-4711-a557-177535592a15" name="Changes" comment="">
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/Chart.yaml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/templates/_helpers.tpl" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/templates/configmap.yaml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/templates/deployment.yaml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/templates/pvc.yaml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/templates/service.yaml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/oop-platform-chart/charts/nats/values.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/environments/kind/cluster.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/environments/kind/cluster.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/environments/kind/values.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/environments/kind/values.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/Chart.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/Chart.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/charts/oeg/templates/oegcontroller-deployment.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/charts/oeg/values.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/charts/oeg/values.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/charts/srm/templates/srmcontroller-deployment.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/charts/srm/templates/srmcontroller-deployment.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/charts/srm/values.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/charts/srm/values.yaml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/oop-platform-chart/values.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/oop-platform-chart/values.yaml" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="Git.Settings">
    <option name="RECENT_BRANCH_BY_REPOSITORY">
      <map>
        <entry key="$PROJECT_DIR$" value="main" />
      </map>
    </option>
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
  <component name="ProjectColorInfo"><![CDATA[{
  "customColor": "",
  "associatedIndex": 7
}]]></component>
  <component name="ProjectId" id="3DyuFK0YD2rS0kqAZJF8uOrtIR8" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent"><![CDATA[{
  "keyToString": {
    "RunOnceActivity.ShowReadmeOnStart": "true",
    "RunOnceActivity.git.unshallow": "true",
    "com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
    "git-widget-placeholder": "feature/add-nats",
    "junie.onboarding.icon.badge.shown": "true",
    "to.speed.mode.migration.done": "true"
  }
}]]></component>
  <component name="RecentsManager">
    <key name="MoveFile.RECENT_KEYS">
      <recent name="C:\Users\gpapa\PycharmProjects\helm\oop-platform-chart\charts\nats\templates" />
    </key>
  </component>
  <component name="SharedIndexes">
    <attachedChunks>
      <set>
        <option value="bundled-python-sdk-f2b7a9f6281b-6e1f45a539f7-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-253.29346.142" />
      </set>
    </attachedChunks>
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="a1940dba-3451-4711-a557-177535592a15" name="Changes" comment="" />
      <created>1779266525432</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1779266525432</updated>
    </task>
    <servers />
  </component>
</project>
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
@@ -39,6 +39,15 @@ nodes:
    hostPort: 30082
    protocol: TCP

    # NATS / DataBus
  - containerPort: 30222
    hostPort: 30222
    protocol: TCP

  - containerPort: 30822
    hostPort: 30822
    protocol: TCP
  
  # Storage volumes for MongoDB persistence
  extraMounts:
  - hostPath: /tmp/kind-oop/mongodb_srm
+17 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ srm:
      networkAdapterName: "oai"
      networkAdapterBaseUrl: ""
      scsAsId: ""
      natsUrl: "nats://nats:4222"
  artifactManager:
    service:
      type: NodePort
@@ -108,3 +109,19 @@ portal:
  service:
    type: NodePort
    nodePort: 30082


nats:
  service:
    type: NodePort
    client:
      port: 4222
      nodePort: 30222
    monitoring:
      port: 8222
      nodePort: 30822
  config:
    jetstream:
      enabled: false
    auth:
      enabled: false
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
@@ -44,3 +44,6 @@ dependencies:
  - name: portal
    version: "1.0.0"
    condition: portal.enabled
  - name: nats
    version: "1.0.0"
    condition: nats.enabled
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
apiVersion: v2
name: nats
description: NATS message broker for the Open Operator Platform DataBus
type: application
version: 1.0.0
appVersion: "2.10"
 No newline at end of file
Loading