X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fics%2Fapp.yaml;h=b3e70fb538e30454c8cdb88d7bcc2fee1577e831;hb=844931b62f35ce6ee2d9dc7274573fc54e14407a;hp=ceb74c70c57ad0ce20509967c1b44909d4cb4a8b;hpb=27b11820d489c7fc2fc1511dcb6c4552a1939c80;p=nonrtric.git diff --git a/test/simulator-group/ics/app.yaml b/test/simulator-group/ics/app.yaml index ceb74c70..b3e70fb5 100644 --- a/test/simulator-group/ics/app.yaml +++ b/test/simulator-group/ics/app.yaml @@ -17,6 +17,9 @@ spec: run: $ICS_APP_NAME autotest: ICS spec: + securityContext: + runAsUser: 0 +# Need to run as root to be able to store files in dir mounted as a hostPath volume containers: - name: $ICS_APP_NAME image: $ICS_IMAGE @@ -32,6 +35,29 @@ spec: name: ics-conf-name - mountPath: $ICS_CONTAINER_MNT_DIR name: ics-data-name +#ICS_JWT_START + - mountPath: $ICS_SIDECAR_MOUNT + name: token-cache-volume +#ICS_JWT_STOP +#ICS_JWT_START + - name: $AUTHSIDECAR_APP_NAME + image: $AUTHSIDECAR_IMAGE + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY + env: + - name: CREDS_GRANT_TYPE + value: $ICS_CREDS_GRANT_TYPE + - name: CREDS_CLIENT_SECRET + value: $ICS_CREDS_CLIENT_SECRET + - name: CREDS_CLIENT_ID + value: $ICS_CREDS_CLIENT_ID + - name: OUTPUT_FILE + value: $ICS_SIDECAR_JWT_FILE + - name: AUTH_SERVICE_URL + value: $ICS_AUTH_SERVICE_URL + volumeMounts: + - mountPath: $ICS_SIDECAR_MOUNT + name: token-cache-volume +#ICS_JWT_STOP volumes: - configMap: defaultMode: 420 @@ -40,6 +66,11 @@ spec: - persistentVolumeClaim: claimName: $ICS_DATA_PVC_NAME name: ics-data-name +#ICS_JWT_START + - name: token-cache-volume + emptyDir: {} +#ICS_JWT_STOP + # Selector will be set when pod is started first time nodeSelector: