X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Fhelm%2Fnrt-pm-log%2Ftemplates%2Fapp-statefulset.yaml;h=cdfa8dbaa4351a45694b3e24bb3feadeb321e236;hb=7ba76d4f4c0f92c874686d60abd12ef0322f01b0;hp=f69b8f4fefa3eb799c05554ac9ee80779f3d1c38;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/helm/nrt-pm-log/templates/app-statefulset.yaml b/install/helm/nrt-pm-log/templates/app-statefulset.yaml index f69b8f4..cdfa8db 100644 --- a/install/helm/nrt-pm-log/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm-log/templates/app-statefulset.yaml @@ -45,10 +45,9 @@ spec: emptyDir: {} containers: - name: pmlog - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-pmlog:1.0.0 - #image: o-ran-sc/nonrtric-plt-pmlog:1.0.0-SNAPSHOT +# image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-pmlog:1.0.0 + image: nexus3.o-ran-sc.org:10003/o-ran-sc/nonrtric-plt-pmlog:1.0.0-SNAPSHOT imagePullPolicy: Always - #imagePullPolicy: Never ports: - name: http containerPort: 8084 @@ -64,7 +63,7 @@ spec: - mountPath: /token-cache name: token-cache-volume env: - - name: APP_INFLUX_ACCESS-TOKEN + - name: APP_INFLUX_ACCESSTOKEN valueFrom: secretKeyRef: name: influxdb-api-token