Commit 490aaa81 authored by guillecxb's avatar guillecxb
Browse files

update helm env variables

parent 6c898525
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -53,14 +53,6 @@ spec:
              value: {{ quote .Values.backend.env.registerPort }}
            - name: REGISTER_PASSWORD
              value: {{ quote .Values.backend.env.registerPassword }}
            - name: MONGO_HOSTNAME
              value: {{ quote .Values.backend.env.mongoHostname }}
            - name: MONGO_PORT
              value: {{ quote .Values.backend.env.mongoPort }}
            - name: MONGO_REGISTER_HOSTNAME
              value: {{ quote .Values.backend.env.mongoRegister }}
            - name: MONGO_REGISTER_PORT
              value: {{ quote .Values.backend.env.mongoRegisterPort }}
          securityContext:
            {{- toYaml .Values.backend.securityContext | nindent 12 }}
          image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag | default .Chart.AppVersion }}"
+4 −8
Original line number Diff line number Diff line
@@ -10,15 +10,11 @@ backend:
    tag: "v3.1.154"
  
  env:
    capifHostname: nginx.mon.svc.cluster.local
    vaultHostname: vault.mon.svc.cluster.local
    capifHostname: capif-prev.mobilesandbox.cloud/helper
    vaultHostname: vault.ocf-vault.svc.cluster.local
    vaultPort: 8200
    vaultToken: dev-only-token
    mongoHostname: mongo.mon.svc.cluster.local
    mongoPort: "27017"
    mongoRegister: mongo-register.mon.svc.cluster.local
    mongoRegisterPort: "27017"
    registerHostname: register.mon.svc.cluster.local
    vaultToken: hvs.V4qI3b2X0V5g2YRcS4TF4uGs
    registerHostname: registercapif-prev.mobilesandbox.cloud
    registerPort: "8080"
    registerPassword: example
  replicaCount: 1