apiVersion: v1 kind: Pod metadata: annotations: CapacityProvisioned: 0.5vCPU 1GB Logging: 'LoggingDisabled: LOGGING_CONFIGMAP_NOT_FOUND' kubectl.kubernetes.io/restartedAt: "2024-09-26T22:06:45+05:30" creationTimestamp: "2024-10-04T04:32:31Z" generateName: healtharc-medplum-backend-service-775b4745fb- labels: app: healtharc-medplum-backend-service app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: 1.16.0 eks.amazonaws.com/fargate-profile: harc-qa-profile infra-operator.newrelic.com/agent-injected: 66dd5ae90f1646fa4412fd1ff5dcc1a4dc6c3d3e pod-template-hash: 775b4745fb name: healtharc-medplum-backend-service-775b4745fb-4nkxr namespace: harc-qa-ns ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: healtharc-medplum-backend-service-775b4745fb uid: 82c09b45-6e2c-4f23-9b39-71f5ab447bfa resourceVersion: "70015846" uid: c7976f93-2663-4753-89c9-d5890babcf8c spec: containers: - env: - name: NEW_RELIC_LICENSE_KEY valueFrom: secretKeyRef: key: newrelic-license-key name: newrelic-secret - name: NEW_RELIC_APP_NAME value: healtharc-medplum-backend-stage - name: NEW_RELIC_METADATA_KUBERNETES_CLUSTER_NAME value: ha-qa-eks - name: NEW_RELIC_METADATA_KUBERNETES_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: NEW_RELIC_METADATA_KUBERNETES_NAMESPACE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: NEW_RELIC_METADATA_KUBERNETES_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: NEW_RELIC_METADATA_KUBERNETES_CONTAINER_NAME value: healtharc-medplum-backend-container - name: NEW_RELIC_METADATA_KUBERNETES_CONTAINER_IMAGE_NAME value: 876496371298.dkr.ecr.us-east-1.amazonaws.com/ha-qa-ecr-repo:ha-medplum-server - name: NEW_RELIC_METADATA_KUBERNETES_DEPLOYMENT_NAME value: healtharc-medplum-backend-service image: 876496371298.dkr.ecr.us-east-1.amazonaws.com/ha-qa-ecr-repo:ha-medplum-server imagePullPolicy: IfNotPresent name: healtharc-medplum-backend-container ports: - containerPort: 3000 protocol: TCP resources: limits: cpu: 500m memory: 700Mi requests: cpu: 300m memory: 500Mi securityContext: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-xjk7s readOnly: true - env: - name: NRIA_LICENSE_KEY valueFrom: secretKeyRef: key: license name: newrelic-bundle-newrelic-infra-operator-config - name: NRK8S_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: NRIA_DISPLAY_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: CLUSTER_NAME value: ha-qa-eks - name: NRIA_PASSTHROUGH_ENVIRONMENT value: KUBERNETES_SERVICE_HOST,KUBERNETES_SERVICE_PORT,CLUSTER_NAME,CADVISOR_PORT,NRK8S_NODE_NAME,KUBE_STATE_METRICS_URL,KUBE_STATE_METRICS_POD_LABEL,TIMEOUT,ETCD_TLS_SECRET_NAME,ETCD_TLS_SECRET_NAMESPACE,API_SERVER_SECURE_PORT,KUBE_STATE_METRICS_SCHEME,KUBE_STATE_METRICS_PORT,SCHEDULER_ENDPOINT_URL,ETCD_ENDPOINT_URL,CONTROLLER_MANAGER_ENDPOINT_URL,API_SERVER_ENDPOINT_URL,DISABLE_KUBE_STATE_METRICS,DISCOVERY_CACHE_TTL - name: DISABLE_KUBE_STATE_METRICS value: "true" - name: NRIA_CUSTOM_ATTRIBUTES value: '{"clusterName":"ha-qa-eks","computeType":"serverless","fargateProfile":"harc-qa-profile"}' - name: NEW_RELIC_METADATA_KUBERNETES_CLUSTER_NAME value: ha-qa-eks - name: NEW_RELIC_METADATA_KUBERNETES_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: NEW_RELIC_METADATA_KUBERNETES_NAMESPACE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: NEW_RELIC_METADATA_KUBERNETES_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: NEW_RELIC_METADATA_KUBERNETES_CONTAINER_NAME value: newrelic-infrastructure-sidecar - name: NEW_RELIC_METADATA_KUBERNETES_CONTAINER_IMAGE_NAME value: newrelic/infrastructure-k8s:2.13.15-unprivileged - name: NEW_RELIC_METADATA_KUBERNETES_DEPLOYMENT_NAME value: healtharc-medplum-backend-service image: newrelic/infrastructure-k8s:2.13.15-unprivileged imagePullPolicy: IfNotPresent name: newrelic-infrastructure-sidecar resources: limits: cpu: 200m memory: 100M requests: cpu: 100m memory: 50M securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/db/newrelic-infra/data name: tmpfs-data-injected - mountPath: /var/db/newrelic-infra/user_data name: tmpfs-user-data-injected - mountPath: /tmp name: tmpfs-tmp-injected - mountPath: /var/cache/nr-kubernetes name: tmpfs-cache-injected - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-xjk7s readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true nodeName: fargate-ip-192-168-71-206.ec2.internal preemptionPolicy: PreemptLowerPriority priority: 2000001000 priorityClassName: system-node-critical restartPolicy: Always schedulerName: fargate-scheduler securityContext: {} serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - name: kube-api-access-xjk7s projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace - emptyDir: {} name: tmpfs-data-injected - emptyDir: {} name: tmpfs-user-data-injected - emptyDir: {} name: tmpfs-tmp-injected - emptyDir: {} name: tmpfs-cache-injected status: conditions: - lastProbeTime: null lastTransitionTime: "2024-10-04T04:33:53Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2024-10-04T04:33:22Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2024-10-04T04:33:53Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2024-10-04T04:33:53Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2024-10-04T04:33:22Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://7db229e2ce1e3a5c86a8fd4ce7fe98614089c3ccb08f71c60800eab40256d95a image: 876496371298.dkr.ecr.us-east-1.amazonaws.com/ha-qa-ecr-repo:ha-medplum-server imageID: 876496371298.dkr.ecr.us-east-1.amazonaws.com/ha-qa-ecr-repo@sha256:68970bf8074ca85ed8196418bde9785d568919b2a3adb0a6dc40844b3ecc9c1e lastState: {} name: healtharc-medplum-backend-container ready: true restartCount: 0 started: true state: running: startedAt: "2024-10-04T04:33:37Z" - containerID: containerd://70e584988709deaab9835f6221c652beb17cefa536ded9bd4b2c7b6cae31499a image: docker.io/newrelic/infrastructure-k8s:2.13.15-unprivileged imageID: docker.io/newrelic/infrastructure-k8s@sha256:fbdaff5f41233b2eab5c14546ab0b430a264996d5a62175aa25249dce4b137ed lastState: {} name: newrelic-infrastructure-sidecar ready: true restartCount: 0 started: true state: running: startedAt: "2024-10-04T04:33:53Z" hostIP: 192.168.71.206 hostIPs: - ip: 192.168.71.206 phase: Running podIP: 192.168.71.206 podIPs: - ip: 192.168.71.206 qosClass: Burstable startTime: "2024-10-04T04:33:22Z" swamyms@Swamys-MacBook-Air ~ %