Commit f7a21eb5 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

chore: align kind overrides for local helm deploy

parent 5f2eb7e5
Loading
Loading
Loading
Loading
+25 −13
Original line number Diff line number Diff line
@@ -3,23 +3,35 @@
# ====================================================================
# Used by deploy-on-kind.sh:
#   helm install federation-manager ./oop-platform-chart/charts/federation-manager \
#     -f values.fm.kind.yaml
#     -f environments/kind/values.fm.yaml
#
# Note: keys are at root level because this targets the subchart directly,
# not through the umbrella chart (where they would be under federationManager:).
# ====================================================================

federation-manager:
  global:
    namespace: oop

  mongodb:
    persistence:
      storageClass: manual
    hostPath: /mnt/data/mongodb_fm
      hostPath:
        enabled: true
        path: /mnt/data/mongodb_fm
    image:
      pullPolicy: IfNotPresent

  keycloak:
    service:
      type: NodePort
      nodePort: 30081
    image:
      pullPolicy: IfNotPresent

  federationManager:
    service:
      type: NodePort
      nodePort: 30989
    image:
      pullPolicy: IfNotPresent
+15 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Kind-specific overrides for the OOP umbrella chart (SRM + OEG)
# ====================================================================
# Used by deploy-on-kind.sh:
#   helm install oop-platform ./oop-platform-chart -f values.kind.yaml
#   helm install oop-platform ./oop-platform-chart -f environments/kind/values.yaml
#
# For other environments supply your own values file.
# ====================================================================
@@ -15,14 +15,24 @@ srm:
        enabled: true
        path: /mnt/data/mongodb_srm
      createPV: true
    image:
      pullPolicy: IfNotPresent
  srmcontroller:
    service:
      type: NodePort
      nodePort: 32415
    image:
      pullPolicy: IfNotPresent
    env:
      networkAdapterName: open5gs
      networkAdapterBaseUrl: http://open5gs-webui:3000
      scsAsId: ""
  artifactManager:
    service:
      type: NodePort
      nodePort: 30080
    image:
      pullPolicy: IfNotPresent

oeg:
  mongodb:
@@ -32,7 +42,11 @@ oeg:
        enabled: true
        path: /mnt/data/mongodb_oeg
      createPV: true
    image:
      pullPolicy: IfNotPresent
  oegcontroller:
    service:
      type: NodePort
      nodePort: 32263
    image:
      pullPolicy: IfNotPresent